#274966

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

Shades of Arapawa #274966

Tints of Arapawa #274966

Color information

#274966 (or 0x274966) is unknown color: approx Arapawa. HEX triplet: 27, 49 and 66. RGB value is (39,73,102). Sum of RGB (Red+Green+Blue) = 39+73+102=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #274966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274966 is #D8B699. Grayscale: #414141. Windows color (decimal): -14202522 or 6703399. OLE color: 6703399.

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

Color convert

RGB3973102-
CMYK0.620.2800.6
HSL207.62º44.68%27.65%-
HSV(B)207.62º61.76%40%-
XYZ5.626.1613.46-
YUV66.14148.24108.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.22%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=18.22%
G=34.11%
B=47.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39731020.620.2800.6207.6244.6827.65
Hex2749663E1C03Cd02d1c
Octal4711114676340743205534
Binary100111100100111001101111101110001111001101000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274966; }

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

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

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

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

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

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

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

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