#245060

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

Shades of Arapawa #245060

Tints of Arapawa #245060

Color information

#245060 (or 0x245060) is unknown color: approx Arapawa. HEX triplet: 24, 50 and 60. RGB value is (36,80,96). Sum of RGB (Red+Green+Blue) = 36+80+96=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #245060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245060 is #DBAF9F. Grayscale: #444444. Windows color (decimal): -14397344 or 6311972. OLE color: 6311972.

HSL color Cylindrical-coordinate representation of color #245060: hue angle of 196º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245060 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB368096-
CMYK0.620.1700.62
HSL196º45.45%25.88%-
HSV(B)196º62.5%37.65%-
XYZ5.716.9612.11-
YUV68.67143.42104.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=16.98%
G=37.74%
B=45.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3680960.620.1700.6219645.4525.88
Hex2450603E1103Ec42d1a
Octal4412014076210763045532
Binary100100101000011000001111101000101111101100010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245060; }

 p { color: rgb(36,80,96); }

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

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

 a { background-color: rgb(36,80,96); }

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

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

 span { border-color: rgb(36,80,96); }

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