#274869

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

Shades of Arapawa #274869

Tints of Arapawa #274869

Color information

#274869 (or 0x274869) is unknown color: approx Arapawa. HEX triplet: 27, 48 and 69. RGB value is (39,72,105). Sum of RGB (Red+Green+Blue) = 39+72+105=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #274869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274869 is #D8B796. Grayscale: #414141. Windows color (decimal): -14202775 or 6899751. OLE color: 6899751.

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

Color convert

RGB3972105-
CMYK0.630.3100.59
HSL210º45.83%28.24%-
HSV(B)210º62.86%41.18%-
XYZ5.76.0914.24-
YUV65.9150.07108.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.06%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=18.06%
G=33.33%
B=48.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39721050.630.3100.5921045.8328.24
Hex2748693F1F03Bd22e1c
Octal4711015177370733225634
Binary100111100100011010011111111111101110111101001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274869; }

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

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

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

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

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

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

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

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