Html Css Color HEX #29397D Resolution Blue

📋 copy color: '#29397D'

red 41 ◦ green 57 ◦ blue 125

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

Shades of Resolution Blue #29397D

Tints of Resolution Blue #29397D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.05%

R = 18.39%
G = 25.56%
B = 56.05%

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

#29397D (or 0x29397D) is known color: Resolution Blue. HEX triplet: 29, 39 and 7D. RGB value is (41,57,125). Sum of RGB (Red+Green+Blue) = 41+57+125=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #29397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29397D is #D6C682. Grayscale: #3B3B3B. Windows color (decimal): -14075523 or 8206633. OLE color: 8206633.

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

Color convert

RGB 41 57 125 -
CMYK 0.67 0.54 0 0.51
HSL 228.57º 0.51% 0.33% -
HSV(B) 228.57º 0.67% 0.49% -
XYZ 6.08 4.88 20.02 -
YUV 59.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 41 57 125 0.67 0.54 0 0.51 228.57 0.51 0.33
Hex 29 39 7D 43 36 0 33 E5 33 21
Octal 51 71 175 103 66 0 63 345 63 41
Binary 101001 111001 1111101 1000011 110110 0 110011 11100101 110011 100001

Color Harmonies of #29397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29397D

Black with #29397D

Text Example


Text Example

White with #29397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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