Html Css Color HEX #29357F Resolution Blue

📋 copy color: '#29357F'

red 41 ◦ green 53 ◦ blue 127

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

Shades of Resolution Blue #29357F

Tints of Resolution Blue #29357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 127 (50% from 255) = 57.47%

R = 18.55%
G = 23.98%
B = 57.47%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29357F (or 0x29357F) is known color: Resolution Blue. HEX triplet: 29, 35 and 7F. RGB value is (41,53,127). Sum of RGB (Red+Green+Blue) = 41+53+127=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #29357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29357F is #D6CA80. Grayscale: #393939. Windows color (decimal): -14076545 or 8336681. OLE color: 8336681.

HSL color Cylindrical-coordinate representation of color #29357F: hue angle of 231.63º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29357F is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 53 127 -
CMYK 0.68 0.58 0 0.50
HSL 231.63º 0.51% 0.33% -
HSV(B) 231.63º 0.68% 0.5% -
XYZ 6.02 4.55 20.64 -
YUV 57.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 41 53 127 0.68 0.58 0 0.50 231.63 0.51 0.33
Hex 29 35 7F 44 3A 0 32 E8 33 21
Octal 51 65 177 104 72 0 62 350 63 41
Binary 101001 110101 1111111 1000100 111010 0 110010 11101000 110011 100001

Color Harmonies of #29357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29357F

Black with #29357F

Text Example


Text Example

White with #29357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29357F; }

 p { color: rgb(41,53,127); }

 H1.HeaderClassName
 {
   color: #29357F;
 }
 .AnyTagClassName
 {
   color: #29357F;
 }
</style>

background-color css

<style>
 a { background-color: #29357F; }

 a { background-color: rgb(41,53,127); }

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

border-color css

<style>
 span { border-color: #29357F; }

 span { border-color: rgb(41,53,127); }

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