#2B5EB9

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

Shades of Cerulean Blue #2B5EB9

Tints of Cerulean Blue #2B5EB9

Color information

#2B5EB9 (or 0x2B5EB9) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5E and B9. RGB value is (43,94,185). Sum of RGB (Red+Green+Blue) = 43+94+185=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 185 (72.66% from 255 or 57.45% from 322); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B5EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5EB9 is #D4A146. Grayscale: #585858. Windows color (decimal): -13934919 or 12148267. OLE color: 12148267.

HSL color Cylindrical-coordinate representation of color #2B5EB9: hue angle of 218.45º 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 #2B5EB9 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4394185-
CMYK0.770.4900.27
HSL218.45º62.28%44.71%-
HSV(B)218.45º76.76%72.55%-
XYZ13.7612.0247.49-
YUV89.12182.195.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.35%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 185 (72.66% from 255) = 57.45%
R=13.35%
G=29.19%
B=57.45%

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
Decimal43941850.770.4900.27218.4562.2844.71
Hex2B5EB94D3101Bda3e2d
Octal53136271115610333327655
Binary101011101111010111001100110111000101101111011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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