#255061

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

Shades of Arapawa #255061

Tints of Arapawa #255061

Color information

#255061 (or 0x255061) is unknown color: approx Arapawa. HEX triplet: 25, 50 and 61. RGB value is (37,80,97). Sum of RGB (Red+Green+Blue) = 37+80+97=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #255061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255061 is #DAAF9E. Grayscale: #444444. Windows color (decimal): -14331807 or 6377509. OLE color: 6377509.

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

Color convert

RGB378097-
CMYK0.620.1800.62
HSL197º44.78%26.27%-
HSV(B)197º61.86%38.04%-
XYZ5.796.9912.35-
YUV69.08143.75105.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=17.29%
G=37.38%
B=45.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3780970.620.1800.6219744.7826.27
Hex2550613E1203Ec52d1a
Octal4512014176220763055532
Binary100101101000011000011111101001001111101100010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255061; }

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

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

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

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

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

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

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

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