#2F45BD

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

Shades of Cerulean Blue #2F45BD

Tints of Cerulean Blue #2F45BD

Color information

#2F45BD (or 0x2F45BD) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 45 and BD. RGB value is (47,69,189). Sum of RGB (Red+Green+Blue) = 47+69+189=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F45BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F45BD is #D0BA42. Grayscale: #4B4B4B. Windows color (decimal): -13679171 or 12404015. OLE color: 12404015.

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

Color convert

RGB4769189-
CMYK0.750.6300.26
HSL230.7º60.17%46.27%-
HSV(B)230.7º75.13%74.12%-
XYZ12.498.5349.13-
YUV76.1191.71107.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.41%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=15.41%
G=22.62%
B=61.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47691890.750.6300.26230.760.1746.27
Hex2F45BD4B3F01Ae73c2e
Octal57105275113770323477456
Binary101111100010110111101100101111111101101011100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F45BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,69,189); }

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

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

 a { background-color: rgb(47,69,189); }

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

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

 span { border-color: rgb(47,69,189); }

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