#274968

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

Shades of Arapawa #274968

Tints of Arapawa #274968

Color information

#274968 (or 0x274968) is unknown color: approx Arapawa. HEX triplet: 27, 49 and 68. RGB value is (39,73,104). Sum of RGB (Red+Green+Blue) = 39+73+104=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #274968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274968 is #D8B697. Grayscale: #424242. Windows color (decimal): -14202520 or 6834471. OLE color: 6834471.

HSL color Cylindrical-coordinate representation of color #274968: hue angle of 208.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274968 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3973104-
CMYK0.620.3000.59
HSL208.62º45.45%28.04%-
HSV(B)208.62º62.5%40.78%-
XYZ5.726.213.99-
YUV66.37149.24108.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.06%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=18.06%
G=33.80%
B=48.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39731040.620.3000.59208.6245.4528.04
Hex2749683E1E03Bd12d1c
Octal4711115076360733215534
Binary100111100100111010001111101111001110111101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274968; }

 p { color: rgb(39,73,104); }

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

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

 a { background-color: rgb(39,73,104); }

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

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

 span { border-color: rgb(39,73,104); }

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