#255062

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

Shades of Arapawa #255062

Tints of Arapawa #255062

Color information

#255062 (or 0x255062) is unknown color: approx Arapawa. HEX triplet: 25, 50 and 62. RGB value is (37,80,98). Sum of RGB (Red+Green+Blue) = 37+80+98=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #255062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255062 is #DAAF9D. Grayscale: #454545. Windows color (decimal): -14331806 or 6443045. OLE color: 6443045.

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

Color convert

RGB378098-
CMYK0.620.1800.62
HSL197.7º45.19%26.47%-
HSV(B)197.7º62.24%38.43%-
XYZ5.847.0112.6-
YUV69.19144.25105.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=17.21%
G=37.21%
B=45.58%

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
Decimal3780980.620.1800.62197.745.1926.47
Hex2550623E1203Ec62d1a
Octal4512014276220763065532
Binary100101101000011000101111101001001111101100011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255062; }

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

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

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

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

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

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

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

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