Html Css Color HEX #29447D Resolution Blue

📋 copy color: '#29447D'

red 41 ◦ green 68 ◦ blue 125

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

Shades of Resolution Blue #29447D

Tints of Resolution Blue #29447D

RGB

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

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

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

R = 17.52%
G = 29.06%
B = 53.42%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29447D (or 0x29447D) is known color: Resolution Blue. HEX triplet: 29, 44 and 7D. RGB value is (41,68,125). Sum of RGB (Red+Green+Blue) = 41+68+125=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #29447D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29447D is #D6BB82. Grayscale: #424242. Windows color (decimal): -14072707 or 8209449. OLE color: 8209449.

HSL color Cylindrical-coordinate representation of color #29447D: hue angle of 220.71º 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 #29447D is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 68 125 -
CMYK 0.67 0.46 0 0.51
HSL 220.71º 0.51% 0.33% -
HSV(B) 220.71º 0.67% 0.49% -
XYZ 6.68 6.09 20.22 -
YUV 66.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 41 68 125 0.67 0.46 0 0.51 220.71 0.51 0.33
Hex 29 44 7D 43 2E 0 33 DD 33 21
Octal 51 104 175 103 56 0 63 335 63 41
Binary 101001 1000100 1111101 1000011 101110 0 110011 11011101 110011 100001

Color Harmonies of #29447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29447D

Black with #29447D

Text Example


Text Example

White with #29447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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