#2F5FAD

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

Shades of Cerulean Blue #2F5FAD

Tints of Cerulean Blue #2F5FAD

Color information

#2F5FAD (or 0x2F5FAD) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 5F and AD. RGB value is (47,95,173). Sum of RGB (Red+Green+Blue) = 47+95+173=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F5FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5FAD is #D0A052. Grayscale: #595959. Windows color (decimal): -13672531 or 11362095. OLE color: 11362095.

HSL color Cylindrical-coordinate representation of color #2F5FAD: hue angle of 217.14º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F5FAD is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4795173-
CMYK0.730.4500.32
HSL217.14º57.27%43.14%-
HSV(B)217.14º72.83%67.84%-
XYZ12.8111.8141.14-
YUV89.54175.197.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.92%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=14.92%
G=30.16%
B=54.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47951730.730.4500.32217.1457.2743.14
Hex2F5FAD492D020d9392b
Octal57137255111550403317153
Binary1011111011111101011011001001101101010000011011001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,95,173); }

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

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

 a { background-color: rgb(47,95,173); }

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

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

 span { border-color: rgb(47,95,173); }

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