#2F48BE

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

Shades of Cerulean Blue #2F48BE

Tints of Cerulean Blue #2F48BE

Color information

#2F48BE (or 0x2F48BE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 48 and BE. RGB value is (47,72,190). Sum of RGB (Red+Green+Blue) = 47+72+190=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F48BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F48BE is #D0B741. Grayscale: #4D4D4D. Windows color (decimal): -13678402 or 12470319. OLE color: 12470319.

HSL color Cylindrical-coordinate representation of color #2F48BE: hue angle of 229.51º 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 #2F48BE is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4772190-
CMYK0.750.6200.25
HSL229.51º60.34%46.47%-
HSV(B)229.51º75.26%74.51%-
XYZ12.788.9649.77-
YUV77.98191.22105.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.21%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 190 (74.61% from 255) = 61.49%
R=15.21%
G=23.30%
B=61.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47721900.750.6200.25229.5160.3446.47
Hex2F48BE4B3E019e63c2e
Octal57110276113760313467456
Binary101111100100010111110100101111111001100111100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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