#245065

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

Shades of Arapawa #245065

Tints of Arapawa #245065

Color information

#245065 (or 0x245065) is unknown color: approx Arapawa. HEX triplet: 24, 50 and 65. RGB value is (36,80,101). Sum of RGB (Red+Green+Blue) = 36+80+101=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #245065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245065 is #DBAF9A. Grayscale: #454545. Windows color (decimal): -14397339 or 6639652. OLE color: 6639652.

HSL color Cylindrical-coordinate representation of color #245065: hue angle of 199.38º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245065 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3680101-
CMYK0.640.2100.60
HSL199.38º47.45%26.86%-
HSV(B)199.38º64.36%39.61%-
XYZ5.957.0513.36-
YUV69.24145.92104.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.59%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=16.59%
G=36.87%
B=46.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36801010.640.2100.60199.3847.4526.86
Hex245065401503Cc72f1b
Octal44120145100250743075733
Binary1001001010000110010110000001010101111001100011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245065; }

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

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

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

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

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

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

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

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