Html Css Color HEX #2944BD Cerulean Blue

📋 copy color: '#2944BD'

red 41 ◦ green 68 ◦ blue 189

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

Shades of Cerulean Blue #2944BD

Tints of Cerulean Blue #2944BD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

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

R = 13.76%
G = 22.82%
B = 63.42%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2944BD (or 0x2944BD) is known color: Cerulean Blue. HEX triplet: 29, 44 and BD. RGB value is (41,68,189). Sum of RGB (Red+Green+Blue) = 41+68+189=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #2944BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944BD is #D6BB42. Grayscale: #494949. Windows color (decimal): -14072643 or 12403753. OLE color: 12403753.

HSL color Cylindrical-coordinate representation of color #2944BD: hue angle of 229.05º 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 #2944BD is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 68 189 -
CMYK 0.78 0.64 0 0.26
HSL 229.05º 0.64% 0.45% -
HSV(B) 229.05º 0.78% 0.74% -
XYZ 12.17 8.28 49.1 -
YUV 73.72 193.05 104.66 -
System Red Green Blue C M Y K H S L
Decimal 41 68 189 0.78 0.64 0 0.26 229.05 0.64 0.45
Hex 29 44 BD 4E 40 0 1A E5 40 2D
Octal 51 104 275 116 100 0 32 345 100 55
Binary 101001 1000100 10111101 1001110 1000000 0 11010 11100101 1000000 101101

Color Harmonies of #2944BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2944BD

Black with #2944BD

Text Example


Text Example

White with #2944BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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