#29368B

Color #29368B Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #29368B

Tints of Resolution Blue #29368B

Color information

#29368B (or 0x29368B) is unknown color: approx Resolution Blue. HEX triplet: 29, 36 and 8B. RGB value is (41,54,139). Sum of RGB (Red+Green+Blue) = 41+54+139=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #29368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29368B is #D6C974. Grayscale: #3B3B3B. Windows color (decimal): -14076277 or 9123369. OLE color: 9123369.

HSL color Cylindrical-coordinate representation of color #29368B: hue angle of 232.04º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29368B is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4154139-
CMYK0.710.6100.45
HSL232.04º54.44%35.29%-
HSV(B)232.04º70.5%54.51%-
XYZ6.894.9725.02-
YUV59.8172.69114.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 139 (54.69% from 255) = 59.40%
R=17.52%
G=23.08%
B=59.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41541390.710.6100.45232.0454.4435.29
Hex29368B473D02De83623
Octal5166213107750553506643
Binary101001110110100010111000111111101010110111101000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29368B; }

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

 H1.HeaderClassName
 {
   color: #29368B;
 }
 .AnyTagClassName
 {
   color: #29368B;
 }
</style>
background-color css

<style>
 a { background-color: #29368B; }

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

 div.DivClassName
 {
   background-color: #29368B;
 }
 .BgClassName
 {
   background-color: #29368B;
 }
</style>
border-color css

<style>
 span { border-color: #29368B; }

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

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