Html Css Color HEX #24768B Allports

📋 copy color: '#24768B'

red 36 ◦ green 118 ◦ blue 139

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

Shades of Allports #24768B

Tints of Allports #24768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 12.29%
G = 40.27%
B = 47.44%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24768B (or 0x24768B) is known color: Allports. HEX triplet: 24, 76 and 8B. RGB value is (36,118,139). Sum of RGB (Red+Green+Blue) = 36+118+139=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #24768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24768B is #DB8974. Grayscale: #5F5F5F. Windows color (decimal): -14387573 or 9139748. OLE color: 9139748.

HSL color Cylindrical-coordinate representation of color #24768B: hue angle of 192.23º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24768B is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 118 139 -
CMYK 0.74 0.15 0 0.45
HSL 192.23º 0.59% 0.34% -
HSV(B) 192.23º 0.74% 0.55% -
XYZ 11.87 15.2 26.73 -
YUV 95.88 152.33 85.29 -
System Red Green Blue C M Y K H S L
Decimal 36 118 139 0.74 0.15 0 0.45 192.23 0.59 0.34
Hex 24 76 8B 4A F 0 2D C0 3B 22
Octal 44 166 213 112 17 0 55 300 73 42
Binary 100100 1110110 10001011 1001010 1111 0 101101 11000000 111011 100010

Color Harmonies of #24768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24768B

Black with #24768B

Text Example


Text Example

White with #24768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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