#295365

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

Shades of Arapawa #295365

Tints of Arapawa #295365

Color information

#295365 (or 0x295365) is unknown color: approx Arapawa. HEX triplet: 29, 53 and 65. RGB value is (41,83,101). Sum of RGB (Red+Green+Blue) = 41+83+101=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #295365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295365 is #D6AC9A. Grayscale: #484848. Windows color (decimal): -14068891 or 6640425. OLE color: 6640425.

HSL color Cylindrical-coordinate representation of color #295365: hue angle of 198º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295365 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4183101-
CMYK0.590.1800.60
HSL198º42.25%27.84%-
HSV(B)198º59.41%39.61%-
XYZ6.367.613.44-
YUV72.49144.09105.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=18.22%
G=36.89%
B=44.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41831010.590.1800.6019842.2527.84
Hex2953653B1203Cc62a1c
Octal5112314573220743065234
Binary101001101001111001011110111001001111001100011010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295365; }

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

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

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

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

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

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

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

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