Html Css Color HEX #24307A Resolution Blue

📋 copy color: '#24307A'

red 36 ◦ green 48 ◦ blue 122

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

Shades of Resolution Blue #24307A

Tints of Resolution Blue #24307A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

 BLUE value IS 122 (48.05% from 255) = 59.22%

R = 17.48%
G = 23.3%
B = 59.22%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#24307A (or 0x24307A) is known color: Resolution Blue. HEX triplet: 24, 30 and 7A. RGB value is (36,48,122). Sum of RGB (Red+Green+Blue) = 36+48+122=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #24307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24307A is #DBCF85. Grayscale: #343434. Windows color (decimal): -14405510 or 8007716. OLE color: 8007716.

HSL color Cylindrical-coordinate representation of color #24307A: hue angle of 231.63º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24307A is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 36 48 122 -
CMYK 0.70 0.61 0 0.52
HSL 231.63º 0.54% 0.31% -
HSV(B) 231.63º 0.7% 0.48% -
XYZ 5.3 3.89 18.88 -
YUV 52.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 36 48 122 0.70 0.61 0 0.52 231.63 0.54 0.31
Hex 24 30 7A 46 3D 0 34 E8 36 1F
Octal 44 60 172 106 75 0 64 350 66 37
Binary 100100 110000 1111010 1000110 111101 0 110100 11101000 110110 11111

Color Harmonies of #24307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24307A

Black with #24307A

Text Example


Text Example

White with #24307A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,48,122); }

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

background-color css

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

 a { background-color: rgb(36,48,122); }

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

border-color css

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

 span { border-color: rgb(36,48,122); }

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