#275068

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

Shades of Arapawa #275068

Tints of Arapawa #275068

Color information

#275068 (or 0x275068) is unknown color: approx Arapawa. HEX triplet: 27, 50 and 68. RGB value is (39,80,104). Sum of RGB (Red+Green+Blue) = 39+80+104=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #275068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275068 is #D8AF97. Grayscale: #464646. Windows color (decimal): -14200728 or 6836263. OLE color: 6836263.

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

Color convert

RGB3980104-
CMYK0.620.2300.59
HSL202.15º45.45%28.04%-
HSV(B)202.15º62.5%40.78%-
XYZ6.27.1714.15-
YUV70.48146.92105.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=17.49%
G=35.87%
B=46.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39801040.620.2300.59202.1545.4528.04
Hex2750683E1703Bca2d1c
Octal4712015076270733125534
Binary100111101000011010001111101011101110111100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275068; }

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

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

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

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

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

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

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

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