#295362

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

Shades of Arapawa #295362

Tints of Arapawa #295362

Color information

#295362 (or 0x295362) is unknown color: approx Arapawa. HEX triplet: 29, 53 and 62. RGB value is (41,83,98). Sum of RGB (Red+Green+Blue) = 41+83+98=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #295362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295362 is #D6AC9D. Grayscale: #484848. Windows color (decimal): -14068894 or 6443817. OLE color: 6443817.

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

Color convert

RGB418398-
CMYK0.580.1500.62
HSL195.79º41.01%27.25%-
HSV(B)195.79º58.16%38.43%-
XYZ6.217.5412.68-
YUV72.15142.59105.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=18.47%
G=37.39%
B=44.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4183980.580.1500.62195.7941.0127.25
Hex2953623AF03Ec4291b
Octal5112314272170763045133
Binary10100110100111100010111010111101111101100010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295362; }

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

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

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

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

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

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

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

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