Html Css Color HEX #29378B Resolution Blue

📋 copy color: '#29378B'

red 41 ◦ green 55 ◦ blue 139

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

Shades of Resolution Blue #29378B

Tints of Resolution Blue #29378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.15%

R = 17.45%
G = 23.4%
B = 59.15%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29378B (or 0x29378B) is known color: Resolution Blue. HEX triplet: 29, 37 and 8B. RGB value is (41,55,139). Sum of RGB (Red+Green+Blue) = 41+55+139=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #29378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29378B is #D6C874. Grayscale: #3C3C3C. Windows color (decimal): -14076021 or 9123625. OLE color: 9123625.

HSL color Cylindrical-coordinate representation of color #29378B: hue angle of 231.43º 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 #29378B is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 55 139 -
CMYK 0.71 0.60 0 0.45
HSL 231.43º 0.54% 0.35% -
HSV(B) 231.43º 0.71% 0.55% -
XYZ 6.94 5.07 25.04 -
YUV 60.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 41 55 139 0.71 0.60 0 0.45 231.43 0.54 0.35
Hex 29 37 8B 47 3C 0 2D E7 36 23
Octal 51 67 213 107 74 0 55 347 66 43
Binary 101001 110111 10001011 1000111 111100 0 101101 11100111 110110 100011

Color Harmonies of #29378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29378B

Black with #29378B

Text Example


Text Example

White with #29378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29378B;
 }
 .AnyTagClassName
 {
   color: #29378B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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