Html Css Color HEX #246C80 Allports

📋 copy color: '#246C80'

red 36 ◦ green 108 ◦ blue 128

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

Shades of Allports #246C80

Tints of Allports #246C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.71%

 BLUE value IS 128 (50.39% from 255) = 47.06%

R = 13.24%
G = 39.71%
B = 47.06%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#246C80 (or 0x246C80) is known color: Allports. HEX triplet: 24, 6C and 80. RGB value is (36,108,128). Sum of RGB (Red+Green+Blue) = 36+108+128=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #246C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C80 is #DB937F. Grayscale: #585858. Windows color (decimal): -14390144 or 8416292. OLE color: 8416292.

HSL color Cylindrical-coordinate representation of color #246C80: hue angle of 193.04º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246C80 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 108 128 -
CMYK 0.72 0.16 0 0.50
HSL 193.04º 0.56% 0.32% -
HSV(B) 193.04º 0.72% 0.5% -
XYZ 9.99 12.66 22.34 -
YUV 88.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 36 108 128 0.72 0.16 0 0.50 193.04 0.56 0.32
Hex 24 6C 80 48 10 0 32 C1 38 20
Octal 44 154 200 110 20 0 62 301 70 40
Binary 100100 1101100 10000000 1001000 10000 0 110010 11000001 111000 100000

Color Harmonies of #246C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C80

Black with #246C80

Text Example


Text Example

White with #246C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246C80; }

 p { color: rgb(36,108,128); }

 H1.HeaderClassName
 {
   color: #246C80;
 }
 .AnyTagClassName
 {
   color: #246C80;
 }
</style>

background-color css

<style>
 a { background-color: #246C80; }

 a { background-color: rgb(36,108,128); }

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

border-color css

<style>
 span { border-color: #246C80; }

 span { border-color: rgb(36,108,128); }

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