Html Css Color HEX #2947BD Cerulean Blue

📋 copy color: '#2947BD'

red 41 ◦ green 71 ◦ blue 189

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

Shades of Cerulean Blue #2947BD

Tints of Cerulean Blue #2947BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.79%

R = 13.62%
G = 23.59%
B = 62.79%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2947BD (or 0x2947BD) is known color: Cerulean Blue. HEX triplet: 29, 47 and BD. RGB value is (41,71,189). Sum of RGB (Red+Green+Blue) = 41+71+189=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #2947BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2947BD is #D6B842. Grayscale: #4A4A4A. Windows color (decimal): -14071875 or 12404521. OLE color: 12404521.

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

Color convert

RGB 41 71 189 -
CMYK 0.78 0.62 0 0.26
HSL 227.84º 0.64% 0.45% -
HSV(B) 227.84º 0.78% 0.74% -
XYZ 12.35 8.65 49.16 -
YUV 75.48 192.06 103.41 -
System Red Green Blue C M Y K H S L
Decimal 41 71 189 0.78 0.62 0 0.26 227.84 0.64 0.45
Hex 29 47 BD 4E 3E 0 1A E4 40 2D
Octal 51 107 275 116 76 0 32 344 100 55
Binary 101001 1000111 10111101 1001110 111110 0 11010 11100100 1000000 101101

Color Harmonies of #2947BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2947BD

Black with #2947BD

Text Example


Text Example

White with #2947BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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