#245461

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

Shades of Arapawa #245461

Tints of Arapawa #245461

Color information

#245461 (or 0x245461) is unknown color: approx Arapawa. HEX triplet: 24, 54 and 61. RGB value is (36,84,97). Sum of RGB (Red+Green+Blue) = 36+84+97=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #245461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245461 is #DBAB9E. Grayscale: #474747. Windows color (decimal): -14396319 or 6378532. OLE color: 6378532.

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

Color convert

RGB368497-
CMYK0.630.1300.62
HSL192.79º45.86%26.08%-
HSV(B)192.79º62.89%38.04%-
XYZ6.067.5812.45-
YUV71.13142.6102.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.59%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=16.59%
G=38.71%
B=44.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3684970.630.1300.62192.7945.8626.08
Hex2454613FD03Ec12e1a
Octal4412414177150763015632
Binary10010010101001100001111111110101111101100000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245461; }

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

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

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

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

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

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

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

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