#295360

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

Shades of Arapawa #295360

Tints of Arapawa #295360

Color information

#295360 (or 0x295360) is unknown color: approx Arapawa. HEX triplet: 29, 53 and 60. RGB value is (41,83,96). Sum of RGB (Red+Green+Blue) = 41+83+96=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #295360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295360 is #D6AC9F. Grayscale: #474747. Windows color (decimal): -14068896 or 6312745. OLE color: 6312745.

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

Color convert

RGB418396-
CMYK0.570.1400.62
HSL194.18º40.15%26.86%-
HSV(B)194.18º57.29%37.65%-
XYZ6.127.512.19-
YUV71.92141.59105.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=18.64%
G=37.73%
B=43.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4183960.570.1400.62194.1840.1526.86
Hex29536039E03Ec2281b
Octal5112314071160763025033
Binary10100110100111100000111001111001111101100001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295360; }

 p { color: rgb(41,83,96); }

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

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

 a { background-color: rgb(41,83,96); }

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

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

 span { border-color: rgb(41,83,96); }

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