#274E66

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

Shades of Arapawa #274E66

Tints of Arapawa #274E66

Color information

#274E66 (or 0x274E66) is unknown color: approx Arapawa. HEX triplet: 27, 4E and 66. RGB value is (39,78,102). Sum of RGB (Red+Green+Blue) = 39+78+102=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #274E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E66 is #D8B199. Grayscale: #444444. Windows color (decimal): -14201242 or 6704679. OLE color: 6704679.

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

Color convert

RGB3978102-
CMYK0.620.2400.6
HSL202.86º44.68%27.65%-
HSV(B)202.86º61.76%40%-
XYZ5.966.8413.58-
YUV69.07146.58106.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=17.81%
G=35.62%
B=46.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39781020.620.2400.6202.8644.6827.65
Hex274E663E1803Ccb2d1c
Octal4711614676300743135534
Binary100111100111011001101111101100001111001100101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274E66; }

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

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

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

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

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

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

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

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