#2B5FB9

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

Shades of Cerulean Blue #2B5FB9

Tints of Cerulean Blue #2B5FB9

Color information

#2B5FB9 (or 0x2B5FB9) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5F and B9. RGB value is (43,95,185). Sum of RGB (Red+Green+Blue) = 43+95+185=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B5FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5FB9 is #D4A046. Grayscale: #595959. Windows color (decimal): -13934663 or 12148523. OLE color: 12148523.

HSL color Cylindrical-coordinate representation of color #2B5FB9: hue angle of 218.03º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B5FB9 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4395185-
CMYK0.770.4900.27
HSL218.03º62.28%44.71%-
HSV(B)218.03º76.76%72.55%-
XYZ13.8512.247.52-
YUV89.71181.7794.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.31%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 185 (72.66% from 255) = 57.28%
R=13.31%
G=29.41%
B=57.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43951850.770.4900.27218.0362.2844.71
Hex2B5FB94D3101Bda3e2d
Octal53137271115610333327655
Binary101011101111110111001100110111000101101111011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,95,185); }

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

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

 a { background-color: rgb(43,95,185); }

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

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

 span { border-color: rgb(43,95,185); }

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