#255362

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

Shades of Arapawa #255362

Tints of Arapawa #255362

Color information

#255362 (or 0x255362) is unknown color: approx Arapawa. HEX triplet: 25, 53 and 62. RGB value is (37,83,98). Sum of RGB (Red+Green+Blue) = 37+83+98=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #255362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255362 is #DAAC9D. Grayscale: #464646. Windows color (decimal): -14331038 or 6443813. OLE color: 6443813.

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

Color convert

RGB378398-
CMYK0.620.1500.62
HSL194.75º45.19%26.47%-
HSV(B)194.75º62.24%38.43%-
XYZ6.067.4612.68-
YUV70.96143.26103.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=16.97%
G=38.07%
B=44.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3783980.620.1500.62194.7545.1926.47
Hex2553623EF03Ec32d1a
Octal4512314276170763035532
Binary10010110100111100010111110111101111101100001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255362; }

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

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

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

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

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

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

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

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