Html Css Color HEX #2F67BA Cerulean Blue

📋 copy color: '#2F67BA'

red 47 ◦ green 103 ◦ blue 186

#2F67BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2F67BA

Tints of Cerulean Blue #2F67BA

RGB

 RED value IS 47 (18.75% from 255) = 13.99%

 GREEN value IS 103 (40.63% from 255) = 30.65%

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 13.99%
G = 30.65%
B = 55.36%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F67BA (or 0x2F67BA) is known color: Cerulean Blue. HEX triplet: 2F, 67 and BA. RGB value is (47,103,186). Sum of RGB (Red+Green+Blue) = 47+103+186=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F67BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F67BA is #D09845. Grayscale: #5F5F5F. Windows color (decimal): -13670470 or 12216111. OLE color: 12216111.

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

Color convert

RGB 47 103 186 -
CMYK 0.75 0.45 0 0.27
HSL 215.83º 0.6% 0.46% -
HSV(B) 215.83º 0.75% 0.73% -
XYZ 14.89 13.85 48.34 -
YUV 95.72 178.95 93.25 -
System Red Green Blue C M Y K H S L
Decimal 47 103 186 0.75 0.45 0 0.27 215.83 0.6 0.46
Hex 2F 67 BA 4B 2D 0 1B D8 3C 2E
Octal 57 147 272 113 55 0 33 330 74 56
Binary 101111 1100111 10111010 1001011 101101 0 11011 11011000 111100 101110

Color Harmonies of #2F67BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F67BA

Black with #2F67BA

Text Example


Text Example

White with #2F67BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F67BA;
 }
 .AnyTagClassName
 {
   color: #2F67BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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