#2B66CA

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

Shades of Cerulean Blue #2B66CA

Tints of Cerulean Blue #2B66CA

Color information

#2B66CA (or 0x2B66CA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 66 and CA. RGB value is (43,102,202). Sum of RGB (Red+Green+Blue) = 43+102+202=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B66CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B66CA is #D49935. Grayscale: #5F5F5F. Windows color (decimal): -13932854 or 13264427. OLE color: 13264427.

HSL color Cylindrical-coordinate representation of color #2B66CA: hue angle of 217.74º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B66CA is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB43102202-
CMYK0.790.5000.21
HSL217.74º64.9%48.04%-
HSV(B)217.74º78.71%79.22%-
XYZ16.4114.2857.77-
YUV95.76187.9590.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.39%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 202 (79.30% from 255) = 58.21%
R=12.39%
G=29.39%
B=58.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal431022020.790.5000.21217.7464.948.04
Hex2B66CA4F32015da4130
Octal531463121176202533210160
Binary1010111100110110010101001111110010010101110110101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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