Html Css Color HEX #24386B Resolution Blue

📋 copy color: '#24386B'

red 36 ◦ green 56 ◦ blue 107

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

Shades of Resolution Blue #24386B

Tints of Resolution Blue #24386B

RGB

 RED value IS 36 (14.45% from 255) = 18.09%

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

 BLUE value IS 107 (42.19% from 255) = 53.77%

R = 18.09%
G = 28.14%
B = 53.77%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24386B (or 0x24386B) is known color: Resolution Blue. HEX triplet: 24, 38 and 6B. RGB value is (36,56,107). Sum of RGB (Red+Green+Blue) = 36+56+107=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #24386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24386B is #DBC794. Grayscale: #373737. Windows color (decimal): -14403477 or 7026724. OLE color: 7026724.

HSL color Cylindrical-coordinate representation of color #24386B: hue angle of 223.1º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24386B is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 56 107 -
CMYK 0.66 0.48 0 0.58
HSL 223.1º 0.5% 0.28% -
HSV(B) 223.1º 0.66% 0.42% -
XYZ 4.8 4.26 14.48 -
YUV 55.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 36 56 107 0.66 0.48 0 0.58 223.1 0.5 0.28
Hex 24 38 6B 42 30 0 3A DF 32 1C
Octal 44 70 153 102 60 0 72 337 62 34
Binary 100100 111000 1101011 1000010 110000 0 111010 11011111 110010 11100

Color Harmonies of #24386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24386B

Black with #24386B

Text Example


Text Example

White with #24386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,56,107); }

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

background-color css

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

 a { background-color: rgb(36,56,107); }

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

border-color css

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

 span { border-color: rgb(36,56,107); }

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