Html Css Color HEX #246C71 Allports

📋 copy color: '#246C71'

red 36 ◦ green 108 ◦ blue 113

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

Shades of Allports #246C71

Tints of Allports #246C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 14.01%
G = 42.02%
B = 43.97%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#246C71 (or 0x246C71) is known color: Allports. HEX triplet: 24, 6C and 71. RGB value is (36,108,113). Sum of RGB (Red+Green+Blue) = 36+108+113=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #246C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246C71 is #DB938E. Grayscale: #565656. Windows color (decimal): -14390159 or 7433252. OLE color: 7433252.

HSL color Cylindrical-coordinate representation of color #246C71: hue angle of 183.9º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246C71 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 108 113 -
CMYK 0.68 0.04 0 0.56
HSL 183.9º 0.52% 0.29% -
HSV(B) 183.9º 0.68% 0.44% -
XYZ 9.07 12.29 17.52 -
YUV 87.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 36 108 113 0.68 0.04 0 0.56 183.9 0.52 0.29
Hex 24 6C 71 44 4 0 38 B8 34 1D
Octal 44 154 161 104 4 0 70 270 64 35
Binary 100100 1101100 1110001 1000100 100 0 111000 10111000 110100 11101

Color Harmonies of #246C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C71

Black with #246C71

Text Example


Text Example

White with #246C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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