Html Css Color HEX #24338E Resolution Blue

📋 copy color: '#24338E'

red 36 ◦ green 51 ◦ blue 142

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

Shades of Resolution Blue #24338E

Tints of Resolution Blue #24338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

 BLUE value IS 142 (55.86% from 255) = 62.01%

R = 15.72%
G = 22.27%
B = 62.01%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24338E (or 0x24338E) is known color: Resolution Blue. HEX triplet: 24, 33 and 8E. RGB value is (36,51,142). Sum of RGB (Red+Green+Blue) = 36+51+142=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #24338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24338E is #DBCC71. Grayscale: #383838. Windows color (decimal): -14404722 or 9319204. OLE color: 9319204.

HSL color Cylindrical-coordinate representation of color #24338E: hue angle of 231.51º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24338E is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 51 142 -
CMYK 0.75 0.64 0 0.44
HSL 231.51º 0.6% 0.35% -
HSV(B) 231.51º 0.75% 0.56% -
XYZ 6.79 4.7 26.14 -
YUV 56.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 36 51 142 0.75 0.64 0 0.44 231.51 0.6 0.35
Hex 24 33 8E 4B 40 0 2C E8 3C 23
Octal 44 63 216 113 100 0 54 350 74 43
Binary 100100 110011 10001110 1001011 1000000 0 101100 11101000 111100 100011

Color Harmonies of #24338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24338E

Black with #24338E

Text Example


Text Example

White with #24338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24338E; }

 p { color: rgb(36,51,142); }

 H1.HeaderClassName
 {
   color: #24338E;
 }
 .AnyTagClassName
 {
   color: #24338E;
 }
</style>

background-color css

<style>
 a { background-color: #24338E; }

 a { background-color: rgb(36,51,142); }

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

border-color css

<style>
 span { border-color: #24338E; }

 span { border-color: rgb(36,51,142); }

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