#274A68

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

Shades of Arapawa #274A68

Tints of Arapawa #274A68

Color information

#274A68 (or 0x274A68) is unknown color: approx Arapawa. HEX triplet: 27, 4A and 68. RGB value is (39,74,104). Sum of RGB (Red+Green+Blue) = 39+74+104=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #274A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A68 is #D8B597. Grayscale: #424242. Windows color (decimal): -14202264 or 6834727. OLE color: 6834727.

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

Color convert

RGB3974104-
CMYK0.620.2900.59
HSL207.69º45.45%28.04%-
HSV(B)207.69º62.5%40.78%-
XYZ5.786.3314.01-
YUV66.96148.9108.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=17.97%
G=34.10%
B=47.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39741040.620.2900.59207.6945.4528.04
Hex274A683E1D03Bd02d1c
Octal4711215076350733205534
Binary100111100101011010001111101110101110111101000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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