Html Css Color HEX #246686 Allports

📋 copy color: '#246686'

red 36 ◦ green 102 ◦ blue 134

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

Shades of Allports #246686

Tints of Allports #246686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.5%

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

R = 13.24%
G = 37.5%
B = 49.26%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#246686 (or 0x246686) is known color: Allports. HEX triplet: 24, 66 and 86. RGB value is (36,102,134). Sum of RGB (Red+Green+Blue) = 36+102+134=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #246686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246686 is #DB9979. Grayscale: #555555. Windows color (decimal): -14391674 or 8807972. OLE color: 8807972.

HSL color Cylindrical-coordinate representation of color #246686: hue angle of 199.59º 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 #246686 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 102 134 -
CMYK 0.73 0.24 0 0.47
HSL 199.59º 0.58% 0.33% -
HSV(B) 199.59º 0.73% 0.53% -
XYZ 9.78 11.6 24.28 -
YUV 85.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 36 102 134 0.73 0.24 0 0.47 199.59 0.58 0.33
Hex 24 66 86 49 18 0 2F C8 3A 21
Octal 44 146 206 111 30 0 57 310 72 41
Binary 100100 1100110 10000110 1001001 11000 0 101111 11001000 111010 100001

Color Harmonies of #246686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246686

Black with #246686

Text Example


Text Example

White with #246686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246686; }

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

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

background-color css

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

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

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

border-color css

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

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

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