#295465

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

Shades of Arapawa #295465

Tints of Arapawa #295465

Color information

#295465 (or 0x295465) is unknown color: approx Arapawa. HEX triplet: 29, 54 and 65. RGB value is (41,84,101). Sum of RGB (Red+Green+Blue) = 41+84+101=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #295465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295465 is #D6AB9A. Grayscale: #484848. Windows color (decimal): -14068635 or 6640681. OLE color: 6640681.

HSL color Cylindrical-coordinate representation of color #295465: hue angle of 197º 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 #295465 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4184101-
CMYK0.590.1700.60
HSL197º42.25%27.84%-
HSV(B)197º59.41%39.61%-
XYZ6.437.7513.47-
YUV73.08143.75105.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=18.14%
G=37.17%
B=44.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41841010.590.1700.6019742.2527.84
Hex2954653B1103Cc52a1c
Octal5112414573210743055234
Binary101001101010011001011110111000101111001100010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295465; }

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

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

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

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

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

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

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

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