#255260

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

Shades of Arapawa #255260

Tints of Arapawa #255260

Color information

#255260 (or 0x255260) is unknown color: approx Arapawa. HEX triplet: 25, 52 and 60. RGB value is (37,82,96). Sum of RGB (Red+Green+Blue) = 37+82+96=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #255260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255260 is #DAAD9F. Grayscale: #464646. Windows color (decimal): -14331296 or 6312485. OLE color: 6312485.

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

Color convert

RGB378296-
CMYK0.610.1500.62
HSL194.24º44.36%26.08%-
HSV(B)194.24º61.46%37.65%-
XYZ5.897.2712.16-
YUV70.14142.59104.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=17.21%
G=38.14%
B=44.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3782960.610.1500.62194.2444.3626.08
Hex2552603DF03Ec22c1a
Octal4512214075170763025432
Binary10010110100101100000111101111101111101100001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255260; }

 p { color: rgb(37,82,96); }

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

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

 a { background-color: rgb(37,82,96); }

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

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

 span { border-color: rgb(37,82,96); }

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