#274766

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

Shades of Arapawa #274766

Tints of Arapawa #274766

Color information

#274766 (or 0x274766) is unknown color: approx Arapawa. HEX triplet: 27, 47 and 66. RGB value is (39,71,102). Sum of RGB (Red+Green+Blue) = 39+71+102=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #274766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274766 is #D8B899. Grayscale: #404040. Windows color (decimal): -14203034 or 6702887. OLE color: 6702887.

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

Color convert

RGB3971102-
CMYK0.620.3000.6
HSL209.52º44.68%27.65%-
HSV(B)209.52º61.76%40%-
XYZ5.495.913.42-
YUV64.97148.9109.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=18.40%
G=33.49%
B=48.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39711020.620.3000.6209.5244.6827.65
Hex2747663E1E03Cd22d1c
Octal4710714676360743225534
Binary100111100011111001101111101111001111001101001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274766; }

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

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

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

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

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

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

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

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