Html Css Color HEX #2944C1 Cerulean Blue

📋 copy color: '#2944C1'

red 41 ◦ green 68 ◦ blue 193

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

Shades of Cerulean Blue #2944C1

Tints of Cerulean Blue #2944C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.91%

R = 13.58%
G = 22.52%
B = 63.91%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2944C1 (or 0x2944C1) is known color: Cerulean Blue. HEX triplet: 29, 44 and C1. RGB value is (41,68,193). Sum of RGB (Red+Green+Blue) = 41+68+193=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #2944C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944C1 is #D6BB3E. Grayscale: #494949. Windows color (decimal): -14072639 or 12665897. OLE color: 12665897.

HSL color Cylindrical-coordinate representation of color #2944C1: hue angle of 229.34º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2944C1 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 68 193 -
CMYK 0.79 0.65 0 0.24
HSL 229.34º 0.65% 0.46% -
HSV(B) 229.34º 0.79% 0.76% -
XYZ 12.61 8.46 51.42 -
YUV 74.18 195.05 104.34 -
System Red Green Blue C M Y K H S L
Decimal 41 68 193 0.79 0.65 0 0.24 229.34 0.65 0.46
Hex 29 44 C1 4F 41 0 18 E5 41 2E
Octal 51 104 301 117 101 0 30 345 101 56
Binary 101001 1000100 11000001 1001111 1000001 0 11000 11100101 1000001 101110

Color Harmonies of #2944C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2944C1

Black with #2944C1

Text Example


Text Example

White with #2944C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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