#2F68BA

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

Shades of Cerulean Blue #2F68BA

Tints of Cerulean Blue #2F68BA

Color information

#2F68BA (or 0x2F68BA) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 68 and BA. RGB value is (47,104,186). Sum of RGB (Red+Green+Blue) = 47+104+186=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F68BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F68BA is #D09745. Grayscale: #5F5F5F. Windows color (decimal): -13670214 or 12216367. OLE color: 12216367.

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

Color convert

RGB47104186-
CMYK0.750.4400.27
HSL215.4º59.66%45.69%-
HSV(B)215.4º74.73%72.94%-
XYZ14.9914.0548.38-
YUV96.3178.6292.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.95%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=13.95%
G=30.86%
B=55.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471041860.750.4400.27215.459.6645.69
Hex2F68BA4B2C01Bd73c2e
Octal57150272113540333277456
Binary101111110100010111010100101110110001101111010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,104,186); }

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

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

 a { background-color: rgb(47,104,186); }

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

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

 span { border-color: rgb(47,104,186); }

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