Html Css Color HEX #24748B Allports

📋 copy color: '#24748B'

red 36 ◦ green 116 ◦ blue 139

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

Shades of Allports #24748B

Tints of Allports #24748B

RGB

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

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

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

R = 12.37%
G = 39.86%
B = 47.77%

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

#24748B (or 0x24748B) is known color: Allports. HEX triplet: 24, 74 and 8B. RGB value is (36,116,139). Sum of RGB (Red+Green+Blue) = 36+116+139=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #24748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24748B is #DB8B74. Grayscale: #5E5E5E. Windows color (decimal): -14388085 or 9139236. OLE color: 9139236.

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

Color convert

RGB 36 116 139 -
CMYK 0.74 0.17 0 0.45
HSL 193.4º 0.59% 0.34% -
HSV(B) 193.4º 0.74% 0.55% -
XYZ 11.63 14.73 26.66 -
YUV 94.7 153 86.13 -
System Red Green Blue C M Y K H S L
Decimal 36 116 139 0.74 0.17 0 0.45 193.4 0.59 0.34
Hex 24 74 8B 4A 11 0 2D C1 3B 22
Octal 44 164 213 112 21 0 55 301 73 42
Binary 100100 1110100 10001011 1001010 10001 0 101101 11000001 111011 100010

Color Harmonies of #24748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24748B

Black with #24748B

Text Example


Text Example

White with #24748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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