#2B5CB7

Color #2B5CB7 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2B5CB7

Tints of Cerulean Blue #2B5CB7

Color information

#2B5CB7 (or 0x2B5CB7) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5C and B7. RGB value is (43,92,183). Sum of RGB (Red+Green+Blue) = 43+92+183=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 183 (71.88% from 255 or 57.55% from 318); Max value from RGB is 183 - color contains mainly: blue. Hex color #2B5CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5CB7 is #D4A348. Grayscale: #575757. Windows color (decimal): -13935433 or 12016683. OLE color: 12016683.

HSL color Cylindrical-coordinate representation of color #2B5CB7: hue angle of 219º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B5CB7 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4392183-
CMYK0.770.5000.28
HSL219º61.95%44.31%-
HSV(B)219º76.5%71.76%-
XYZ13.3711.5946.33-
YUV87.72181.7796.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 13.52%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 183 (71.88% from 255) = 57.55%
R=13.52%
G=28.93%
B=57.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal43921830.770.5000.2821961.9544.31
Hex2B5CB74D3201Cdb3e2c
Octal53134267115620343337654
Binary101011101110010110111100110111001001110011011011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B5CB7; }

 p { color: rgb(43,92,183); }

 H1.HeaderClassName
 {
   color: #2B5CB7;
 }
 .AnyTagClassName
 {
   color: #2B5CB7;
 }
</style>
background-color css

<style>
 a { background-color: #2B5CB7; }

 a { background-color: rgb(43,92,183); }

 div.DivClassName
 {
   background-color: #2B5CB7;
 }
 .BgClassName
 {
   background-color: #2B5CB7;
 }
</style>
border-color css

<style>
 span { border-color: #2B5CB7; }

 span { border-color: rgb(43,92,183); }

 td.TdClassName
 {
   border-color: #2B5CB7;
 }
 .TagClassName
 {
   border-color: #2B5CB7;
 }
</style>