#274765

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

Shades of Arapawa #274765

Tints of Arapawa #274765

Color information

#274765 (or 0x274765) is unknown color: approx Arapawa. HEX triplet: 27, 47 and 65. RGB value is (39,71,101). Sum of RGB (Red+Green+Blue) = 39+71+101=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #274765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274765 is #D8B89A. Grayscale: #404040. Windows color (decimal): -14203035 or 6637351. OLE color: 6637351.

HSL color Cylindrical-coordinate representation of color #274765: hue angle of 209.03º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274765 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3971101-
CMYK0.610.3000.60
HSL209.03º44.29%27.45%-
HSV(B)209.03º61.39%39.61%-
XYZ5.445.8813.16-
YUV64.85148.4109.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=18.48%
G=33.65%
B=47.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39711010.610.3000.60209.0344.2927.45
Hex2747653D1E03Cd12c1b
Octal4710714575360743215433
Binary100111100011111001011111011111001111001101000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274765; }

 p { color: rgb(39,71,101); }

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

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

 a { background-color: rgb(39,71,101); }

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

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

 span { border-color: rgb(39,71,101); }

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