#2F4BBE

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

Shades of Cerulean Blue #2F4BBE

Tints of Cerulean Blue #2F4BBE

Color information

#2F4BBE (or 0x2F4BBE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 4B and BE. RGB value is (47,75,190). Sum of RGB (Red+Green+Blue) = 47+75+190=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F4BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F4BBE is #D0B441. Grayscale: #4F4F4F. Windows color (decimal): -13677634 or 12471087. OLE color: 12471087.

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

Color convert

RGB4775190-
CMYK0.750.6100.25
HSL228.25º60.34%46.47%-
HSV(B)228.25º75.26%74.51%-
XYZ12.989.3549.84-
YUV79.74190.22104.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.06%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 190 (74.61% from 255) = 60.90%
R=15.06%
G=24.04%
B=60.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47751900.750.6100.25228.2560.3446.47
Hex2F4BBE4B3D019e43c2e
Octal57113276113750313447456
Binary101111100101110111110100101111110101100111100100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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