Html Css Color HEX #24768D Allports

📋 copy color: '#24768D'

red 36 ◦ green 118 ◦ blue 141

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

Shades of Allports #24768D

Tints of Allports #24768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

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

R = 12.2%
G = 40%
B = 47.8%

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

#24768D (or 0x24768D) is known color: Allports. HEX triplet: 24, 76 and 8D. RGB value is (36,118,141). Sum of RGB (Red+Green+Blue) = 36+118+141=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #24768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24768D is #DB8972. Grayscale: #5F5F5F. Windows color (decimal): -14387571 or 9270820. OLE color: 9270820.

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

Color convert

RGB 36 118 141 -
CMYK 0.74 0.16 0 0.45
HSL 193.14º 0.59% 0.35% -
HSV(B) 193.14º 0.74% 0.55% -
XYZ 12.01 15.26 27.51 -
YUV 96.1 153.33 85.13 -
System Red Green Blue C M Y K H S L
Decimal 36 118 141 0.74 0.16 0 0.45 193.14 0.59 0.35
Hex 24 76 8D 4A 10 0 2D C1 3B 23
Octal 44 166 215 112 20 0 55 301 73 43
Binary 100100 1110110 10001101 1001010 10000 0 101101 11000001 111011 100011

Color Harmonies of #24768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24768D

Black with #24768D

Text Example


Text Example

White with #24768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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