#274C6A

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

Shades of Arapawa #274C6A

Tints of Arapawa #274C6A

Color information

#274C6A (or 0x274C6A) is unknown color: approx Arapawa. HEX triplet: 27, 4C and 6A. RGB value is (39,76,106). Sum of RGB (Red+Green+Blue) = 39+76+106=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #274C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C6A is #D8B395. Grayscale: #444444. Windows color (decimal): -14201750 or 6966311. OLE color: 6966311.

HSL color Cylindrical-coordinate representation of color #274C6A: hue angle of 206.87º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #274C6A is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3976106-
CMYK0.630.2800.58
HSL206.87º46.21%28.43%-
HSV(B)206.87º63.21%41.57%-
XYZ6.026.6414.6-
YUV68.36149.24107.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=17.65%
G=34.39%
B=47.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39761060.630.2800.58206.8746.2128.43
Hex274C6A3F1C03Acf2e1c
Octal4711415277340723175634
Binary100111100110011010101111111110001110101100111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,76,106); }

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

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

 a { background-color: rgb(39,76,106); }

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

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

 span { border-color: rgb(39,76,106); }

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