#246374

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

Shades of Allports #246374

Tints of Allports #246374

Color information

#246374 (or 0x246374) is unknown color: approx Allports. HEX triplet: 24, 63 and 74. RGB value is (36,99,116). Sum of RGB (Red+Green+Blue) = 36+99+116=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #246374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246374 is #DB9C8B. Grayscale: #515151. Windows color (decimal): -14392460 or 7627556. OLE color: 7627556.

HSL color Cylindrical-coordinate representation of color #246374: hue angle of 192.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246374 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3699116-
CMYK0.690.1500.55
HSL192.75º52.63%29.8%-
HSV(B)192.75º68.97%45.49%-
XYZ8.3410.5618.12-
YUV82.1147.1395.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.34%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=14.34%
G=39.44%
B=46.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36991160.690.1500.55192.7552.6329.8
Hex24637445F037c1351e
Octal44143164105170673016536
Binary100100110001111101001000101111101101111100000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246374; }

 p { color: rgb(36,99,116); }

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

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

 a { background-color: rgb(36,99,116); }

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

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

 span { border-color: rgb(36,99,116); }

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