#295762

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

Shades of Arapawa #295762

Tints of Arapawa #295762

Color information

#295762 (or 0x295762) is unknown color: approx Arapawa. HEX triplet: 29, 57 and 62. RGB value is (41,87,98). Sum of RGB (Red+Green+Blue) = 41+87+98=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #295762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295762 is #D6A89D. Grayscale: #4A4A4A. Windows color (decimal): -14067870 or 6444841. OLE color: 6444841.

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

Color convert

RGB418798-
CMYK0.580.1100.62
HSL191.58º41.01%27.25%-
HSV(B)191.58º58.16%38.43%-
XYZ6.538.1712.79-
YUV74.5141.26104.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=18.14%
G=38.50%
B=43.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4187980.580.1100.62191.5841.0127.25
Hex2957623AB03Ec0291b
Octal5112714272130763005133
Binary10100110101111100010111010101101111101100000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295762; }

 p { color: rgb(41,87,98); }

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

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

 a { background-color: rgb(41,87,98); }

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

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

 span { border-color: rgb(41,87,98); }

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