#2B5AB6

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

Shades of Cerulean Blue #2B5AB6

Tints of Cerulean Blue #2B5AB6

Color information

#2B5AB6 (or 0x2B5AB6) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5A and B6. RGB value is (43,90,182). Sum of RGB (Red+Green+Blue) = 43+90+182=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 182 (71.48% from 255 or 57.78% from 315); Max value from RGB is 182 - color contains mainly: blue. Hex color #2B5AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5AB6 is #D4A549. Grayscale: #565656. Windows color (decimal): -13935946 or 11950635. OLE color: 11950635.

HSL color Cylindrical-coordinate representation of color #2B5AB6: hue angle of 219.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B5AB6 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4390182-
CMYK0.760.5100.29
HSL219.71º61.78%44.12%-
HSV(B)219.71º76.37%71.37%-
XYZ13.111.245.73-
YUV86.44181.9397.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.65%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 182 (71.48% from 255) = 57.78%
R=13.65%
G=28.57%
B=57.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43901820.760.5100.29219.7161.7844.12
Hex2B5AB64C3301Ddc3e2c
Octal53132266114630353347654
Binary101011101101010110110100110011001101110111011100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,90,182); }

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

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

 a { background-color: rgb(43,90,182); }

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

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

 span { border-color: rgb(43,90,182); }

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