Html Css Color HEX #24748C Allports

📋 copy color: '#24748C'

red 36 ◦ green 116 ◦ blue 140

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

Shades of Allports #24748C

Tints of Allports #24748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

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

R = 12.33%
G = 39.73%
B = 47.95%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24748C (or 0x24748C) is known color: Allports. HEX triplet: 24, 74 and 8C. RGB value is (36,116,140). Sum of RGB (Red+Green+Blue) = 36+116+140=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #24748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24748C is #DB8B73. Grayscale: #5E5E5E. Windows color (decimal): -14388084 or 9204772. OLE color: 9204772.

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

Color convert

RGB 36 116 140 -
CMYK 0.74 0.17 0 0.45
HSL 193.85º 0.59% 0.35% -
HSV(B) 193.85º 0.74% 0.55% -
XYZ 11.71 14.76 27.04 -
YUV 94.82 153.5 86.05 -
System Red Green Blue C M Y K H S L
Decimal 36 116 140 0.74 0.17 0 0.45 193.85 0.59 0.35
Hex 24 74 8C 4A 11 0 2D C2 3B 23
Octal 44 164 214 112 21 0 55 302 73 43
Binary 100100 1110100 10001100 1001010 10001 0 101101 11000010 111011 100011

Color Harmonies of #24748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24748C

Black with #24748C

Text Example


Text Example

White with #24748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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