#2b66bd

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

Shades of Cerulean Blue #2B66BD

Tints of Cerulean Blue #2B66BD

Color information

#2B66BD (or 0x2B66BD) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 66 and BD. RGB value is (43,102,189). Sum of RGB (Red+Green+Blue) = 43+102+189=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B66BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B66BD is #D49942. Grayscale: #5D5D5D. Windows color (decimal): -13932867 or 12412459. OLE color: 12412459.

HSL color Cylindrical-coordinate representation of color #2B66BD: hue angle of 215.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B66BD is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB43102189-
CMYK0.770.4600.26
HSL215.75º62.93%45.49%-
HSV(B)215.75º77.25%74.12%-
XYZ14.9313.6950-
YUV94.28181.4591.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.87%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=12.87%
G=30.54%
B=56.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal431021890.770.4600.26215.7562.9345.49
Hex2B66BD4D2E01Ad83f2d
Octal53146275115560323307755
Binary101011110011010111101100110110111001101011011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b66bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,102,189); }

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

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

 a { background-color: rgb(43,102,189); }

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

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

 span { border-color: rgb(43,102,189); }

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