Html Css Color HEX #2944BE Cerulean Blue

📋 copy color: '#2944BE'

red 41 ◦ green 68 ◦ blue 190

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

Shades of Cerulean Blue #2944BE

Tints of Cerulean Blue #2944BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 13.71%
G = 22.74%
B = 63.55%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2944BE (or 0x2944BE) is known color: Cerulean Blue. HEX triplet: 29, 44 and BE. RGB value is (41,68,190). Sum of RGB (Red+Green+Blue) = 41+68+190=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #2944BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944BE is #D6BB41. Grayscale: #494949. Windows color (decimal): -14072642 or 12469289. OLE color: 12469289.

HSL color Cylindrical-coordinate representation of color #2944BE: hue angle of 229.13º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2944BE is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 68 190 -
CMYK 0.78 0.64 0 0.25
HSL 229.13º 0.65% 0.45% -
HSV(B) 229.13º 0.78% 0.75% -
XYZ 12.28 8.32 49.67 -
YUV 73.84 193.55 104.58 -
System Red Green Blue C M Y K H S L
Decimal 41 68 190 0.78 0.64 0 0.25 229.13 0.65 0.45
Hex 29 44 BE 4E 40 0 19 E5 41 2D
Octal 51 104 276 116 100 0 31 345 101 55
Binary 101001 1000100 10111110 1001110 1000000 0 11001 11100101 1000001 101101

Color Harmonies of #2944BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2944BE

Black with #2944BE

Text Example


Text Example

White with #2944BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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