Html Css Color HEX #2944BA Cerulean Blue

📋 copy color: '#2944BA'

red 41 ◦ green 68 ◦ blue 186

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

Shades of Cerulean Blue #2944BA

Tints of Cerulean Blue #2944BA

RGB

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

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

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

R = 13.9%
G = 23.05%
B = 63.05%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2944BA (or 0x2944BA) is known color: Cerulean Blue. HEX triplet: 29, 44 and BA. RGB value is (41,68,186). Sum of RGB (Red+Green+Blue) = 41+68+186=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #2944BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944BA is #D6BB45. Grayscale: #484848. Windows color (decimal): -14072646 or 12207145. OLE color: 12207145.

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

Color convert

RGB 41 68 186 -
CMYK 0.78 0.63 0 0.27
HSL 228.83º 0.64% 0.45% -
HSV(B) 228.83º 0.78% 0.73% -
XYZ 11.84 8.15 47.4 -
YUV 73.38 191.55 104.91 -
System Red Green Blue C M Y K H S L
Decimal 41 68 186 0.78 0.63 0 0.27 228.83 0.64 0.45
Hex 29 44 BA 4E 3F 0 1B E5 40 2D
Octal 51 104 272 116 77 0 33 345 100 55
Binary 101001 1000100 10111010 1001110 111111 0 11011 11100101 1000000 101101

Color Harmonies of #2944BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2944BA

Black with #2944BA

Text Example


Text Example

White with #2944BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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