#245365

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

Shades of Arapawa #245365

Tints of Arapawa #245365

Color information

#245365 (or 0x245365) is unknown color: approx Arapawa. HEX triplet: 24, 53 and 65. RGB value is (36,83,101). Sum of RGB (Red+Green+Blue) = 36+83+101=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #245365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245365 is #DBAC9A. Grayscale: #464646. Windows color (decimal): -14396571 or 6640420. OLE color: 6640420.

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

Color convert

RGB3683101-
CMYK0.640.1800.60
HSL196.62º47.45%26.86%-
HSV(B)196.62º64.36%39.61%-
XYZ6.177.513.43-
YUV71144.93103.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.36%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=16.36%
G=37.73%
B=45.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36831010.640.1800.60196.6247.4526.86
Hex245365401203Cc52f1b
Octal44123145100220743055733
Binary1001001010011110010110000001001001111001100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245365; }

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

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

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

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

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

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

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

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