#274663

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

Shades of Arapawa #274663

Tints of Arapawa #274663

Color information

#274663 (or 0x274663) is unknown color: approx Arapawa. HEX triplet: 27, 46 and 63. RGB value is (39,70,99). Sum of RGB (Red+Green+Blue) = 39+70+99=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #274663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274663 is #D8B99C. Grayscale: #3F3F3F. Windows color (decimal): -14203293 or 6506023. OLE color: 6506023.

HSL color Cylindrical-coordinate representation of color #274663: hue angle of 209º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274663 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB397099-
CMYK0.610.2900.61
HSL209º43.48%27.06%-
HSV(B)209º60.61%38.82%-
XYZ5.285.7112.63-
YUV64.04147.73110.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=18.75%
G=33.65%
B=47.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3970990.610.2900.6120943.4827.06
Hex2746633D1D03Dd12b1b
Octal4710614375350753215333
Binary100111100011011000111111011110101111011101000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274663; }

 p { color: rgb(39,70,99); }

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

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

 a { background-color: rgb(39,70,99); }

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

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

 span { border-color: rgb(39,70,99); }

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