Html Css Color HEX #29427D Resolution Blue

📋 copy color: '#29427D'

red 41 ◦ green 66 ◦ blue 125

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

Shades of Resolution Blue #29427D

Tints of Resolution Blue #29427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

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

R = 17.67%
G = 28.45%
B = 53.88%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29427D (or 0x29427D) is known color: Resolution Blue. HEX triplet: 29, 42 and 7D. RGB value is (41,66,125). Sum of RGB (Red+Green+Blue) = 41+66+125=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #29427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29427D is #D6BD82. Grayscale: #404040. Windows color (decimal): -14073219 or 8208937. OLE color: 8208937.

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

Color convert

RGB 41 66 125 -
CMYK 0.67 0.47 0 0.51
HSL 222.14º 0.51% 0.33% -
HSV(B) 222.14º 0.67% 0.49% -
XYZ 6.56 5.85 20.18 -
YUV 65.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 41 66 125 0.67 0.47 0 0.51 222.14 0.51 0.33
Hex 29 42 7D 43 2F 0 33 DE 33 21
Octal 51 102 175 103 57 0 63 336 63 41
Binary 101001 1000010 1111101 1000011 101111 0 110011 11011110 110011 100001

Color Harmonies of #29427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29427D

Black with #29427D

Text Example


Text Example

White with #29427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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