#245062

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

Shades of Arapawa #245062

Tints of Arapawa #245062

Color information

#245062 (or 0x245062) is unknown color: approx Arapawa. HEX triplet: 24, 50 and 62. RGB value is (36,80,98). Sum of RGB (Red+Green+Blue) = 36+80+98=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #245062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245062 is #DBAF9D. Grayscale: #444444. Windows color (decimal): -14397342 or 6443044. OLE color: 6443044.

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

Color convert

RGB368098-
CMYK0.630.1800.62
HSL197.42º46.27%26.27%-
HSV(B)197.42º63.27%38.43%-
XYZ5.86.9912.6-
YUV68.9144.42104.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.82%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 98 (38.67% from 255) = 45.79%
R=16.82%
G=37.38%
B=45.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3680980.630.1800.62197.4246.2726.27
Hex2450623F1203Ec52e1a
Octal4412014277220763055632
Binary100100101000011000101111111001001111101100010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245062; }

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

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

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

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

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

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

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

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