Html Css Color HEX #2944BB Cerulean Blue

📋 copy color: '#2944BB'

red 41 ◦ green 68 ◦ blue 187

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

Shades of Cerulean Blue #2944BB

Tints of Cerulean Blue #2944BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.18%

R = 13.85%
G = 22.97%
B = 63.18%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2944BB (or 0x2944BB) is known color: Cerulean Blue. HEX triplet: 29, 44 and BB. RGB value is (41,68,187). Sum of RGB (Red+Green+Blue) = 41+68+187=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #2944BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944BB is #D6BB44. Grayscale: #484848. Windows color (decimal): -14072645 or 12272681. OLE color: 12272681.

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

Color convert

RGB 41 68 187 -
CMYK 0.78 0.64 0 0.27
HSL 228.9º 0.64% 0.45% -
HSV(B) 228.9º 0.78% 0.73% -
XYZ 11.95 8.19 47.97 -
YUV 73.49 192.05 104.82 -
System Red Green Blue C M Y K H S L
Decimal 41 68 187 0.78 0.64 0 0.27 228.9 0.64 0.45
Hex 29 44 BB 4E 40 0 1B E5 40 2D
Octal 51 104 273 116 100 0 33 345 100 55
Binary 101001 1000100 10111011 1001110 1000000 0 11011 11100101 1000000 101101

Color Harmonies of #2944BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2944BB

Black with #2944BB

Text Example


Text Example

White with #2944BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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