Html Css Color HEX #29397C Resolution Blue

📋 copy color: '#29397C'

red 41 ◦ green 57 ◦ blue 124

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

Shades of Resolution Blue #29397C

Tints of Resolution Blue #29397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.68%

 BLUE value IS 124 (48.83% from 255) = 55.86%

R = 18.47%
G = 25.68%
B = 55.86%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29397C (or 0x29397C) is known color: Resolution Blue. HEX triplet: 29, 39 and 7C. RGB value is (41,57,124). Sum of RGB (Red+Green+Blue) = 41+57+124=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #29397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29397C is #D6C683. Grayscale: #3B3B3B. Windows color (decimal): -14075524 or 8141097. OLE color: 8141097.

HSL color Cylindrical-coordinate representation of color #29397C: hue angle of 228.43º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29397C is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 57 124 -
CMYK 0.67 0.54 0 0.51
HSL 228.43º 0.5% 0.32% -
HSV(B) 228.43º 0.67% 0.49% -
XYZ 6.02 4.85 19.69 -
YUV 59.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 41 57 124 0.67 0.54 0 0.51 228.43 0.5 0.32
Hex 29 39 7C 43 36 0 33 E4 32 20
Octal 51 71 174 103 66 0 63 344 62 40
Binary 101001 111001 1111100 1000011 110110 0 110011 11100100 110010 100000

Color Harmonies of #29397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29397C

Black with #29397C

Text Example


Text Example

White with #29397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29397C; }

 p { color: rgb(41,57,124); }

 H1.HeaderClassName
 {
   color: #29397C;
 }
 .AnyTagClassName
 {
   color: #29397C;
 }
</style>

background-color css

<style>
 a { background-color: #29397C; }

 a { background-color: rgb(41,57,124); }

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

border-color css

<style>
 span { border-color: #29397C; }

 span { border-color: rgb(41,57,124); }

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