#275066

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

Shades of Arapawa #275066

Tints of Arapawa #275066

Color information

#275066 (or 0x275066) is unknown color: approx Arapawa. HEX triplet: 27, 50 and 66. RGB value is (39,80,102). Sum of RGB (Red+Green+Blue) = 39+80+102=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #275066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275066 is #D8AF99. Grayscale: #464646. Windows color (decimal): -14200730 or 6705191. OLE color: 6705191.

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

Color convert

RGB3980102-
CMYK0.620.2200.6
HSL200.95º44.68%27.65%-
HSV(B)200.95º61.76%40%-
XYZ6.17.1313.62-
YUV70.25145.92105.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=17.65%
G=36.20%
B=46.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39801020.620.2200.6200.9544.6827.65
Hex2750663E1603Cc92d1c
Octal4712014676260743115534
Binary100111101000011001101111101011001111001100100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275066; }

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

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

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

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

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

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

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

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