#245061

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

Shades of Arapawa #245061

Tints of Arapawa #245061

Color information

#245061 (or 0x245061) is unknown color: approx Arapawa. HEX triplet: 24, 50 and 61. RGB value is (36,80,97). Sum of RGB (Red+Green+Blue) = 36+80+97=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #245061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245061 is #DBAF9E. Grayscale: #444444. Windows color (decimal): -14397343 or 6377508. OLE color: 6377508.

HSL color Cylindrical-coordinate representation of color #245061: hue angle of 196.72º 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 #245061 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB368097-
CMYK0.630.1800.62
HSL196.72º45.86%26.08%-
HSV(B)196.72º62.89%38.04%-
XYZ5.756.9812.35-
YUV68.78143.92104.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.90%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=16.90%
G=37.56%
B=45.54%

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
Decimal3680970.630.1800.62196.7245.8626.08
Hex2450613F1203Ec52e1a
Octal4412014177220763055632
Binary100100101000011000011111111001001111101100010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245061; }

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

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

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

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

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

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

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

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