Html Css Color HEX #24388A Resolution Blue

📋 copy color: '#24388A'

red 36 ◦ green 56 ◦ blue 138

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

Shades of Resolution Blue #24388A

Tints of Resolution Blue #24388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 60%

R = 15.65%
G = 24.35%
B = 60%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#24388A (or 0x24388A) is known color: Resolution Blue. HEX triplet: 24, 38 and 8A. RGB value is (36,56,138). Sum of RGB (Red+Green+Blue) = 36+56+138=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #24388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24388A is #DBC775. Grayscale: #3B3B3B. Windows color (decimal): -14403446 or 9058340. OLE color: 9058340.

HSL color Cylindrical-coordinate representation of color #24388A: hue angle of 228.24º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24388A is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 56 138 -
CMYK 0.74 0.59 0 0.46
HSL 228.24º 0.59% 0.34% -
HSV(B) 228.24º 0.74% 0.54% -
XYZ 6.73 5.04 24.66 -
YUV 59.37 172.37 111.33 -
System Red Green Blue C M Y K H S L
Decimal 36 56 138 0.74 0.59 0 0.46 228.24 0.59 0.34
Hex 24 38 8A 4A 3B 0 2E E4 3B 22
Octal 44 70 212 112 73 0 56 344 73 42
Binary 100100 111000 10001010 1001010 111011 0 101110 11100100 111011 100010

Color Harmonies of #24388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24388A

Black with #24388A

Text Example


Text Example

White with #24388A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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