#274D69

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

Shades of Arapawa #274D69

Tints of Arapawa #274D69

Color information

#274D69 (or 0x274D69) is unknown color: approx Arapawa. HEX triplet: 27, 4D and 69. RGB value is (39,77,105). Sum of RGB (Red+Green+Blue) = 39+77+105=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #274D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D69 is #D8B296. Grayscale: #444444. Windows color (decimal): -14201495 or 6901031. OLE color: 6901031.

HSL color Cylindrical-coordinate representation of color #274D69: hue angle of 205.45º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #274D69 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3977105-
CMYK0.630.2700.59
HSL205.45º45.83%28.24%-
HSV(B)205.45º62.86%41.18%-
XYZ6.046.7614.35-
YUV68.83148.41106.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 77 (30.47% from 255) = 34.84%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=17.65%
G=34.84%
B=47.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39771050.630.2700.59205.4545.8328.24
Hex274D693F1B03Bcd2e1c
Octal4711515177330733155634
Binary100111100110111010011111111101101110111100110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,77,105); }

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

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

 a { background-color: rgb(39,77,105); }

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

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

 span { border-color: rgb(39,77,105); }

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