Html Css Color HEX #24388C Resolution Blue

📋 copy color: '#24388C'

red 36 ◦ green 56 ◦ blue 140

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

Shades of Resolution Blue #24388C

Tints of Resolution Blue #24388C

RGB

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

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

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

R = 15.52%
G = 24.14%
B = 60.34%

CMYK

 C value IS 0.74

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24388C (or 0x24388C) is known color: Resolution Blue. HEX triplet: 24, 38 and 8C. RGB value is (36,56,140). Sum of RGB (Red+Green+Blue) = 36+56+140=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #24388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24388C is #DBC773. Grayscale: #3B3B3B. Windows color (decimal): -14403444 or 9189412. OLE color: 9189412.

HSL color Cylindrical-coordinate representation of color #24388C: hue angle of 228.46º 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 #24388C is Cyan = 0.74, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 56 140 -
CMYK 0.74 0.6 0 0.45
HSL 228.46º 0.59% 0.35% -
HSV(B) 228.46º 0.74% 0.55% -
XYZ 6.88 5.1 25.43 -
YUV 59.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 36 56 140 0.74 0.6 0 0.45 228.46 0.59 0.35
Hex 24 38 8C 4A 3C 0 2D E4 3B 23
Octal 44 70 214 112 74 0 55 344 73 43
Binary 100100 111000 10001100 1001010 111100 0 101101 11100100 111011 100011

Color Harmonies of #24388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24388C

Black with #24388C

Text Example


Text Example

White with #24388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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