Html Css Color HEX #29376F Resolution Blue

📋 copy color: '#29376F'

red 41 ◦ green 55 ◦ blue 111

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

Shades of Resolution Blue #29376F

Tints of Resolution Blue #29376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.57%

 BLUE value IS 111 (43.75% from 255) = 53.62%

R = 19.81%
G = 26.57%
B = 53.62%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#29376F (or 0x29376F) is known color: Resolution Blue. HEX triplet: 29, 37 and 6F. RGB value is (41,55,111). Sum of RGB (Red+Green+Blue) = 41+55+111=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #29376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29376F is #D6C890. Grayscale: #383838. Windows color (decimal): -14076049 or 7288617. OLE color: 7288617.

HSL color Cylindrical-coordinate representation of color #29376F: hue angle of 228º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29376F is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 55 111 -
CMYK 0.63 0.50 0 0.56
HSL 228º 0.46% 0.3% -
HSV(B) 228º 0.63% 0.44% -
XYZ 5.15 4.35 15.61 -
YUV 57.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 41 55 111 0.63 0.50 0 0.56 228 0.46 0.3
Hex 29 37 6F 3F 32 0 38 E4 2E 1E
Octal 51 67 157 77 62 0 70 344 56 36
Binary 101001 110111 1101111 111111 110010 0 111000 11100100 101110 11110

Color Harmonies of #29376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29376F

Black with #29376F

Text Example


Text Example

White with #29376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,55,111); }

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

background-color css

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

 a { background-color: rgb(41,55,111); }

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

border-color css

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

 span { border-color: rgb(41,55,111); }

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