#2D66BB

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

Shades of Cerulean Blue #2D66BB

Tints of Cerulean Blue #2D66BB

Color information

#2D66BB (or 0x2D66BB) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 66 and BB. RGB value is (45,102,187). Sum of RGB (Red+Green+Blue) = 45+102+187=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D66BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D66BB is #D29944. Grayscale: #5E5E5E. Windows color (decimal): -13801797 or 12281389. OLE color: 12281389.

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

Color convert

RGB45102187-
CMYK0.760.4500.27
HSL215.92º61.21%45.49%-
HSV(B)215.92º75.94%73.33%-
XYZ14.813.6548.87-
YUV94.65180.1292.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.47%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 187 (73.44% from 255) = 55.99%
R=13.47%
G=30.54%
B=55.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal451021870.760.4500.27215.9261.2145.49
Hex2D66BB4C2D01Bd83d2d
Octal55146273114550333307555
Binary101101110011010111011100110010110101101111011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D66BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,102,187); }

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

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

 a { background-color: rgb(45,102,187); }

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

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

 span { border-color: rgb(45,102,187); }

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