Html Css Color HEX #24306E Resolution Blue

📋 copy color: '#24306E'

red 36 ◦ green 48 ◦ blue 110

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

Shades of Resolution Blue #24306E

Tints of Resolution Blue #24306E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.7%

R = 18.56%
G = 24.74%
B = 56.7%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#24306E (or 0x24306E) is known color: Resolution Blue. HEX triplet: 24, 30 and 6E. RGB value is (36,48,110). Sum of RGB (Red+Green+Blue) = 36+48+110=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #24306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24306E is #DBCF91. Grayscale: #333333. Windows color (decimal): -14405522 or 7221284. OLE color: 7221284.

HSL color Cylindrical-coordinate representation of color #24306E: hue angle of 230.27º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24306E is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 36 48 110 -
CMYK 0.67 0.56 0 0.57
HSL 230.27º 0.51% 0.29% -
HSV(B) 230.27º 0.67% 0.43% -
XYZ 4.6 3.61 15.21 -
YUV 51.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 36 48 110 0.67 0.56 0 0.57 230.27 0.51 0.29
Hex 24 30 6E 43 38 0 39 E6 33 1D
Octal 44 60 156 103 70 0 71 346 63 35
Binary 100100 110000 1101110 1000011 111000 0 111001 11100110 110011 11101

Color Harmonies of #24306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24306E

Black with #24306E

Text Example


Text Example

White with #24306E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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