Html Css Color HEX #294CAD Cerulean Blue

📋 copy color: '#294CAD'

red 41 ◦ green 76 ◦ blue 173

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

Shades of Cerulean Blue #294CAD

Tints of Cerulean Blue #294CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.21%

 BLUE value IS 173 (67.97% from 255) = 59.66%

R = 14.14%
G = 26.21%
B = 59.66%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#294CAD (or 0x294CAD) is known color: Cerulean Blue. HEX triplet: 29, 4C and AD. RGB value is (41,76,173). Sum of RGB (Red+Green+Blue) = 41+76+173=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #294CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294CAD is #D6B352. Grayscale: #4C4C4C. Windows color (decimal): -14070611 or 11357225. OLE color: 11357225.

HSL color Cylindrical-coordinate representation of color #294CAD: hue angle of 224.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294CAD is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 76 173 -
CMYK 0.76 0.56 0 0.32
HSL 224.09º 0.62% 0.42% -
HSV(B) 224.09º 0.76% 0.68% -
XYZ 11.04 8.66 40.62 -
YUV 76.59 182.4 102.61 -
System Red Green Blue C M Y K H S L
Decimal 41 76 173 0.76 0.56 0 0.32 224.09 0.62 0.42
Hex 29 4C AD 4C 38 0 20 E0 3E 2A
Octal 51 114 255 114 70 0 40 340 76 52
Binary 101001 1001100 10101101 1001100 111000 0 100000 11100000 111110 101010

Color Harmonies of #294CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CAD

Black with #294CAD

Text Example


Text Example

White with #294CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294CAD; }

 p { color: rgb(41,76,173); }

 H1.HeaderClassName
 {
   color: #294CAD;
 }
 .AnyTagClassName
 {
   color: #294CAD;
 }
</style>

background-color css

<style>
 a { background-color: #294CAD; }

 a { background-color: rgb(41,76,173); }

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

border-color css

<style>
 span { border-color: #294CAD; }

 span { border-color: rgb(41,76,173); }

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