#255361

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

Shades of Arapawa #255361

Tints of Arapawa #255361

Color information

#255361 (or 0x255361) is unknown color: approx Arapawa. HEX triplet: 25, 53 and 61. RGB value is (37,83,97). Sum of RGB (Red+Green+Blue) = 37+83+97=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 83 (32.81% from 255 or 38.25% 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 #255361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255361 is #DAAC9E. Grayscale: #464646. Windows color (decimal): -14331039 or 6378277. OLE color: 6378277.

HSL color Cylindrical-coordinate representation of color #255361: hue angle of 194º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #255361 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB378397-
CMYK0.620.1400.62
HSL194º44.78%26.27%-
HSV(B)194º61.86%38.04%-
XYZ6.017.4412.43-
YUV70.84142.76103.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=17.05%
G=38.25%
B=44.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3783970.620.1400.6219444.7826.27
Hex2553613EE03Ec22d1a
Octal4512314176160763025532
Binary10010110100111100001111110111001111101100001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255361; }

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

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

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

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

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

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

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

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