#295166

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

Shades of Arapawa #295166

Tints of Arapawa #295166

Color information

#295166 (or 0x295166) is unknown color: approx Arapawa. HEX triplet: 29, 51 and 66. RGB value is (41,81,102). Sum of RGB (Red+Green+Blue) = 41+81+102=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #295166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295166 is #D6AE99. Grayscale: #474747. Windows color (decimal): -14069402 or 6705449. OLE color: 6705449.

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

Color convert

RGB4181102-
CMYK0.600.2100.6
HSL200.66º42.66%28.04%-
HSV(B)200.66º59.8%40%-
XYZ6.267.3213.65-
YUV71.43145.25106.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=18.30%
G=36.16%
B=45.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41811020.600.2100.6200.6642.6628.04
Hex2951663C1503Cc92b1c
Octal5112114674250743115334
Binary101001101000111001101111001010101111001100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295166; }

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

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

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

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

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

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

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

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