Html Css Color HEX #24368C Resolution Blue

📋 copy color: '#24368C'

red 36 ◦ green 54 ◦ blue 140

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

Shades of Resolution Blue #24368C

Tints of Resolution Blue #24368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

 BLUE value IS 140 (55.08% from 255) = 60.87%

R = 15.65%
G = 23.48%
B = 60.87%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24368C (or 0x24368C) is known color: Resolution Blue. HEX triplet: 24, 36 and 8C. RGB value is (36,54,140). Sum of RGB (Red+Green+Blue) = 36+54+140=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #24368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24368C is #DBC973. Grayscale: #3A3A3A. Windows color (decimal): -14403956 or 9188900. OLE color: 9188900.

HSL color Cylindrical-coordinate representation of color #24368C: hue angle of 229.62º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24368C is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 54 140 -
CMYK 0.74 0.61 0 0.45
HSL 229.62º 0.59% 0.35% -
HSV(B) 229.62º 0.74% 0.55% -
XYZ 6.78 4.91 25.4 -
YUV 58.42 174.04 112.01 -
System Red Green Blue C M Y K H S L
Decimal 36 54 140 0.74 0.61 0 0.45 229.62 0.59 0.35
Hex 24 36 8C 4A 3D 0 2D E6 3B 23
Octal 44 66 214 112 75 0 55 346 73 43
Binary 100100 110110 10001100 1001010 111101 0 101101 11100110 111011 100011

Color Harmonies of #24368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24368C

Black with #24368C

Text Example


Text Example

White with #24368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24368C; }

 p { color: rgb(36,54,140); }

 H1.HeaderClassName
 {
   color: #24368C;
 }
 .AnyTagClassName
 {
   color: #24368C;
 }
</style>

background-color css

<style>
 a { background-color: #24368C; }

 a { background-color: rgb(36,54,140); }

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

border-color css

<style>
 span { border-color: #24368C; }

 span { border-color: rgb(36,54,140); }

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