Html Css Color HEX #2947BA Cerulean Blue

📋 copy color: '#2947BA'

red 41 ◦ green 71 ◦ blue 186

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

Shades of Cerulean Blue #2947BA

Tints of Cerulean Blue #2947BA

RGB

 RED value IS 41 (16.41% from 255) = 13.76%

 GREEN value IS 71 (28.13% from 255) = 23.83%

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

R = 13.76%
G = 23.83%
B = 62.42%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2947BA (or 0x2947BA) is known color: Cerulean Blue. HEX triplet: 29, 47 and BA. RGB value is (41,71,186). Sum of RGB (Red+Green+Blue) = 41+71+186=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #2947BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2947BA is #D6B845. Grayscale: #4A4A4A. Windows color (decimal): -14071878 or 12207913. OLE color: 12207913.

HSL color Cylindrical-coordinate representation of color #2947BA: hue angle of 227.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2947BA is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 71 186 -
CMYK 0.78 0.62 0 0.27
HSL 227.59º 0.64% 0.45% -
HSV(B) 227.59º 0.78% 0.73% -
XYZ 12.03 8.52 47.47 -
YUV 75.14 190.56 103.65 -
System Red Green Blue C M Y K H S L
Decimal 41 71 186 0.78 0.62 0 0.27 227.59 0.64 0.45
Hex 29 47 BA 4E 3E 0 1B E4 40 2D
Octal 51 107 272 116 76 0 33 344 100 55
Binary 101001 1000111 10111010 1001110 111110 0 11011 11100100 1000000 101101

Color Harmonies of #2947BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2947BA

Black with #2947BA

Text Example


Text Example

White with #2947BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2947BA; }

 p { color: rgb(41,71,186); }

 H1.HeaderClassName
 {
   color: #2947BA;
 }
 .AnyTagClassName
 {
   color: #2947BA;
 }
</style>

background-color css

<style>
 a { background-color: #2947BA; }

 a { background-color: rgb(41,71,186); }

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

border-color css

<style>
 span { border-color: #2947BA; }

 span { border-color: rgb(41,71,186); }

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