#2F62BE

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

Shades of Cerulean Blue #2F62BE

Tints of Cerulean Blue #2F62BE

Color information

#2F62BE (or 0x2F62BE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 62 and BE. RGB value is (47,98,190). Sum of RGB (Red+Green+Blue) = 47+98+190=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F62BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F62BE is #D09D41. Grayscale: #5C5C5C. Windows color (decimal): -13671746 or 12476975. OLE color: 12476975.

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

Color convert

RGB4798190-
CMYK0.750.4800.25
HSL218.6º60.34%46.47%-
HSV(B)218.6º75.26%74.51%-
XYZ14.8313.0650.45-
YUV93.24182.695.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.03%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=14.03%
G=29.25%
B=56.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47981900.750.4800.25218.660.3446.47
Hex2F62BE4B30019db3c2e
Octal57142276113600313337456
Binary101111110001010111110100101111000001100111011011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F62BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,98,190); }

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

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

 a { background-color: rgb(47,98,190); }

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

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

 span { border-color: rgb(47,98,190); }

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