Html Css Color HEX #29396C Resolution Blue

📋 copy color: '#29396C'

red 41 ◦ green 57 ◦ blue 108

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

Shades of Resolution Blue #29396C

Tints of Resolution Blue #29396C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.43%

R = 19.9%
G = 27.67%
B = 52.43%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29396C (or 0x29396C) is known color: Resolution Blue. HEX triplet: 29, 39 and 6C. RGB value is (41,57,108). Sum of RGB (Red+Green+Blue) = 41+57+108=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #29396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29396C is #D6C693. Grayscale: #393939. Windows color (decimal): -14075540 or 7092521. OLE color: 7092521.

HSL color Cylindrical-coordinate representation of color #29396C: hue angle of 225.67º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29396C is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 57 108 -
CMYK 0.62 0.47 0 0.58
HSL 225.67º 0.45% 0.29% -
HSV(B) 225.67º 0.62% 0.42% -
XYZ 5.08 4.48 14.78 -
YUV 58.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 41 57 108 0.62 0.47 0 0.58 225.67 0.45 0.29
Hex 29 39 6C 3E 2F 0 3A E2 2D 1D
Octal 51 71 154 76 57 0 72 342 55 35
Binary 101001 111001 1101100 111110 101111 0 111010 11100010 101101 11101

Color Harmonies of #29396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29396C

Black with #29396C

Text Example


Text Example

White with #29396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29396C; }

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

 H1.HeaderClassName
 {
   color: #29396C;
 }
 .AnyTagClassName
 {
   color: #29396C;
 }
</style>

background-color css

<style>
 a { background-color: #29396C; }

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

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

border-color css

<style>
 span { border-color: #29396C; }

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

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