Html Css Color HEX #24758C Allports

📋 copy color: '#24758C'

red 36 ◦ green 117 ◦ blue 140

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

Shades of Allports #24758C

Tints of Allports #24758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.93%

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

R = 12.29%
G = 39.93%
B = 47.78%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24758C (or 0x24758C) is known color: Allports. HEX triplet: 24, 75 and 8C. RGB value is (36,117,140). Sum of RGB (Red+Green+Blue) = 36+117+140=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #24758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24758C is #DB8A73. Grayscale: #5F5F5F. Windows color (decimal): -14387828 or 9205028. OLE color: 9205028.

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

Color convert

RGB 36 117 140 -
CMYK 0.74 0.16 0 0.45
HSL 193.27º 0.59% 0.35% -
HSV(B) 193.27º 0.74% 0.55% -
XYZ 11.82 14.99 27.08 -
YUV 95.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 36 117 140 0.74 0.16 0 0.45 193.27 0.59 0.35
Hex 24 75 8C 4A 10 0 2D C1 3B 23
Octal 44 165 214 112 20 0 55 301 73 43
Binary 100100 1110101 10001100 1001010 10000 0 101101 11000001 111011 100011

Color Harmonies of #24758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24758C

Black with #24758C

Text Example


Text Example

White with #24758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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