Html Css Color HEX #29397B Resolution Blue

📋 copy color: '#29397B'

red 41 ◦ green 57 ◦ blue 123

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

Shades of Resolution Blue #29397B

Tints of Resolution Blue #29397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 55.66%

R = 18.55%
G = 25.79%
B = 55.66%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29397B (or 0x29397B) is known color: Resolution Blue. HEX triplet: 29, 39 and 7B. RGB value is (41,57,123). Sum of RGB (Red+Green+Blue) = 41+57+123=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #29397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29397B is #D6C684. Grayscale: #3B3B3B. Windows color (decimal): -14075525 or 8075561. OLE color: 8075561.

HSL color Cylindrical-coordinate representation of color #29397B: hue angle of 228.29º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29397B is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 57 123 -
CMYK 0.67 0.54 0 0.52
HSL 228.29º 0.5% 0.32% -
HSV(B) 228.29º 0.67% 0.48% -
XYZ 5.95 4.83 19.36 -
YUV 59.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 41 57 123 0.67 0.54 0 0.52 228.29 0.5 0.32
Hex 29 39 7B 43 36 0 34 E4 32 20
Octal 51 71 173 103 66 0 64 344 62 40
Binary 101001 111001 1111011 1000011 110110 0 110100 11100100 110010 100000

Color Harmonies of #29397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29397B

Black with #29397B

Text Example


Text Example

White with #29397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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