Html Css Color HEX #24778D Allports

📋 copy color: '#24778D'

red 36 ◦ green 119 ◦ blue 141

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

Shades of Allports #24778D

Tints of Allports #24778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

 BLUE value IS 141 (55.47% from 255) = 47.64%

R = 12.16%
G = 40.2%
B = 47.64%

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

#24778D (or 0x24778D) is known color: Allports. HEX triplet: 24, 77 and 8D. RGB value is (36,119,141). Sum of RGB (Red+Green+Blue) = 36+119+141=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #24778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24778D is #DB8872. Grayscale: #606060. Windows color (decimal): -14387315 or 9271076. OLE color: 9271076.

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

Color convert

RGB 36 119 141 -
CMYK 0.74 0.16 0 0.45
HSL 192.57º 0.59% 0.35% -
HSV(B) 192.57º 0.74% 0.55% -
XYZ 12.13 15.49 27.55 -
YUV 96.69 153 84.71 -
System Red Green Blue C M Y K H S L
Decimal 36 119 141 0.74 0.16 0 0.45 192.57 0.59 0.35
Hex 24 77 8D 4A 10 0 2D C1 3B 23
Octal 44 167 215 112 20 0 55 301 73 43
Binary 100100 1110111 10001101 1001010 10000 0 101101 11000001 111011 100011

Color Harmonies of #24778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24778D

Black with #24778D

Text Example


Text Example

White with #24778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24778D; }

 p { color: rgb(36,119,141); }

 H1.HeaderClassName
 {
   color: #24778D;
 }
 .AnyTagClassName
 {
   color: #24778D;
 }
</style>

background-color css

<style>
 a { background-color: #24778D; }

 a { background-color: rgb(36,119,141); }

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

border-color css

<style>
 span { border-color: #24778D; }

 span { border-color: rgb(36,119,141); }

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