#255363

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

Shades of Arapawa #255363

Tints of Arapawa #255363

Color information

#255363 (or 0x255363) is unknown color: approx Arapawa. HEX triplet: 25, 53 and 63. RGB value is (37,83,99). Sum of RGB (Red+Green+Blue) = 37+83+99=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #255363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255363 is #DAAC9C. Grayscale: #464646. Windows color (decimal): -14331037 or 6509349. OLE color: 6509349.

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

Color convert

RGB378399-
CMYK0.630.1600.61
HSL195.48º45.59%26.67%-
HSV(B)195.48º62.63%38.82%-
XYZ6.117.4812.93-
YUV71.07143.76103.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=16.89%
G=37.90%
B=45.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3783990.630.1600.61195.4845.5926.67
Hex2553633F1003Dc32e1b
Octal4512314377200753035633
Binary100101101001111000111111111000001111011100001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255363; }

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

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

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

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

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

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

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

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