Html Css Color HEX #29388F Resolution Blue

📋 copy color: '#29388F'

red 41 ◦ green 56 ◦ blue 143

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

Shades of Resolution Blue #29388F

Tints of Resolution Blue #29388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

 BLUE value IS 143 (56.25% from 255) = 59.58%

R = 17.08%
G = 23.33%
B = 59.58%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29388F (or 0x29388F) is known color: Resolution Blue. HEX triplet: 29, 38 and 8F. RGB value is (41,56,143). Sum of RGB (Red+Green+Blue) = 41+56+143=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #29388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29388F is #D6C770. Grayscale: #3D3D3D. Windows color (decimal): -14075761 or 9386025. OLE color: 9386025.

HSL color Cylindrical-coordinate representation of color #29388F: hue angle of 231.18º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29388F is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 56 143 -
CMYK 0.71 0.61 0 0.44
HSL 231.18º 0.55% 0.36% -
HSV(B) 231.18º 0.71% 0.56% -
XYZ 7.29 5.28 26.62 -
YUV 61.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 41 56 143 0.71 0.61 0 0.44 231.18 0.55 0.36
Hex 29 38 8F 47 3D 0 2C E7 37 24
Octal 51 70 217 107 75 0 54 347 67 44
Binary 101001 111000 10001111 1000111 111101 0 101100 11100111 110111 100100

Color Harmonies of #29388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29388F

Black with #29388F

Text Example


Text Example

White with #29388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,56,143); }

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

background-color css

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

 a { background-color: rgb(41,56,143); }

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

border-color css

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

 span { border-color: rgb(41,56,143); }

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