#274868

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

Shades of Arapawa #274868

Tints of Arapawa #274868

Color information

#274868 (or 0x274868) is unknown color: approx Arapawa. HEX triplet: 27, 48 and 68. RGB value is (39,72,104). Sum of RGB (Red+Green+Blue) = 39+72+104=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #274868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274868 is #D8B797. Grayscale: #414141. Windows color (decimal): -14202776 or 6834215. OLE color: 6834215.

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

Color convert

RGB3972104-
CMYK0.620.3100.59
HSL209.54º45.45%28.04%-
HSV(B)209.54º62.5%40.78%-
XYZ5.656.0713.97-
YUV65.78149.57108.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=18.14%
G=33.49%
B=48.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39721040.620.3100.59209.5445.4528.04
Hex2748683E1F03Bd22d1c
Octal4711015076370733225534
Binary100111100100011010001111101111101110111101001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274868; }

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

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

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

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

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

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

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

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