#274A69

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

Shades of Arapawa #274A69

Tints of Arapawa #274A69

Color information

#274A69 (or 0x274A69) is unknown color: approx Arapawa. HEX triplet: 27, 4A and 69. RGB value is (39,74,105). Sum of RGB (Red+Green+Blue) = 39+74+105=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #274A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A69 is #D8B596. Grayscale: #424242. Windows color (decimal): -14202263 or 6900263. OLE color: 6900263.

HSL color Cylindrical-coordinate representation of color #274A69: hue angle of 208.18º 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 #274A69 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3974105-
CMYK0.630.3000.59
HSL208.18º45.83%28.24%-
HSV(B)208.18º62.86%41.18%-
XYZ5.846.3514.28-
YUV67.07149.4107.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=17.89%
G=33.94%
B=48.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39741050.630.3000.59208.1845.8328.24
Hex274A693F1E03Bd02e1c
Octal4711215177360733205634
Binary100111100101011010011111111111001110111101000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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