Html Css Color HEX #29367D Resolution Blue

📋 copy color: '#29367D'

red 41 ◦ green 54 ◦ blue 125

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

Shades of Resolution Blue #29367D

Tints of Resolution Blue #29367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.55%

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

R = 18.64%
G = 24.55%
B = 56.82%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29367D (or 0x29367D) is known color: Resolution Blue. HEX triplet: 29, 36 and 7D. RGB value is (41,54,125). Sum of RGB (Red+Green+Blue) = 41+54+125=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #29367D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29367D is #D6C982. Grayscale: #393939. Windows color (decimal): -14076291 or 8205865. OLE color: 8205865.

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

Color convert

RGB 41 54 125 -
CMYK 0.67 0.57 0 0.51
HSL 230.71º 0.51% 0.33% -
HSV(B) 230.71º 0.67% 0.49% -
XYZ 5.94 4.59 19.98 -
YUV 58.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 41 54 125 0.67 0.57 0 0.51 230.71 0.51 0.33
Hex 29 36 7D 43 39 0 33 E7 33 21
Octal 51 66 175 103 71 0 63 347 63 41
Binary 101001 110110 1111101 1000011 111001 0 110011 11100111 110011 100001

Color Harmonies of #29367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29367D

Black with #29367D

Text Example


Text Example

White with #29367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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