#295066

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

Shades of Arapawa #295066

Tints of Arapawa #295066

Color information

#295066 (or 0x295066) is unknown color: approx Arapawa. HEX triplet: 29, 50 and 66. RGB value is (41,80,102). Sum of RGB (Red+Green+Blue) = 41+80+102=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #295066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295066 is #D6AF99. Grayscale: #464646. Windows color (decimal): -14069658 or 6705193. OLE color: 6705193.

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

Color convert

RGB4180102-
CMYK0.600.2200.6
HSL201.64º42.66%28.04%-
HSV(B)201.64º59.8%40%-
XYZ6.187.1713.63-
YUV70.85145.58106.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=18.39%
G=35.87%
B=45.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41801020.600.2200.6201.6442.6628.04
Hex2950663C1603Cca2b1c
Octal5112014674260743125334
Binary101001101000011001101111001011001111001100101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295066; }

 p { color: rgb(41,80,102); }

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

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

 a { background-color: rgb(41,80,102); }

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

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

 span { border-color: rgb(41,80,102); }

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