#246570

Color #246570 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #246570

Tints of Allports #246570

Color information

#246570 (or 0x246570) is unknown color: approx Allports. HEX triplet: 24, 65 and 70. RGB value is (36,101,112). Sum of RGB (Red+Green+Blue) = 36+101+112=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #246570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246570 is #DB9A8F. Grayscale: #525252. Windows color (decimal): -14391952 or 7365924. OLE color: 7365924.

HSL color Cylindrical-coordinate representation of color #246570: hue angle of 188.68º degrees, saturation: 0.51, 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 #246570 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB36101112-
CMYK0.680.1000.56
HSL188.68º51.35%29.02%-
HSV(B)188.68º67.86%43.92%-
XYZ8.3110.8516.99-
YUV82.82144.4794.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=14.46%
G=40.56%
B=44.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal361011120.680.1000.56188.6851.3529.02
Hex24657044A038bd331d
Octal44145160104120702756335
Binary100100110010111100001000100101001110001011110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246570; }

 p { color: rgb(36,101,112); }

 H1.HeaderClassName
 {
   color: #246570;
 }
 .AnyTagClassName
 {
   color: #246570;
 }
</style>
background-color css

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

 a { background-color: rgb(36,101,112); }

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

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

 span { border-color: rgb(36,101,112); }

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