Html Css Color HEX #246C86 Allports

📋 copy color: '#246C86'

red 36 ◦ green 108 ◦ blue 134

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

Shades of Allports #246C86

Tints of Allports #246C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.2%

R = 12.95%
G = 38.85%
B = 48.2%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#246C86 (or 0x246C86) is known color: Allports. HEX triplet: 24, 6C and 86. RGB value is (36,108,134). Sum of RGB (Red+Green+Blue) = 36+108+134=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #246C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C86 is #DB9379. Grayscale: #595959. Windows color (decimal): -14390138 or 8809508. OLE color: 8809508.

HSL color Cylindrical-coordinate representation of color #246C86: hue angle of 195.92º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246C86 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 108 134 -
CMYK 0.73 0.19 0 0.47
HSL 195.92º 0.58% 0.33% -
HSV(B) 195.92º 0.73% 0.53% -
XYZ 10.39 12.82 24.48 -
YUV 89.44 153.15 89.89 -
System Red Green Blue C M Y K H S L
Decimal 36 108 134 0.73 0.19 0 0.47 195.92 0.58 0.33
Hex 24 6C 86 49 13 0 2F C4 3A 21
Octal 44 154 206 111 23 0 57 304 72 41
Binary 100100 1101100 10000110 1001001 10011 0 101111 11000100 111010 100001

Color Harmonies of #246C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C86

Black with #246C86

Text Example


Text Example

White with #246C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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