#245363

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

Shades of Arapawa #245363

Tints of Arapawa #245363

Color information

#245363 (or 0x245363) is unknown color: approx Arapawa. HEX triplet: 24, 53 and 63. RGB value is (36,83,99). Sum of RGB (Red+Green+Blue) = 36+83+99=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #245363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245363 is #DBAC9C. Grayscale: #464646. Windows color (decimal): -14396573 or 6509348. OLE color: 6509348.

HSL color Cylindrical-coordinate representation of color #245363: hue angle of 195.24º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245363 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB368399-
CMYK0.640.1600.61
HSL195.24º46.67%26.47%-
HSV(B)195.24º63.64%38.82%-
XYZ6.077.4612.92-
YUV70.77143.93103.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.51%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=16.51%
G=38.07%
B=45.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3683990.640.1600.61195.2446.6726.47
Hex245363401003Dc32f1a
Octal44123143100200753035732
Binary1001001010011110001110000001000001111011100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245363; }

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

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

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

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

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

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

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

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