#274C63

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

Shades of Arapawa #274C63

Tints of Arapawa #274C63

Color information

#274C63 (or 0x274C63) is unknown color: approx Arapawa. HEX triplet: 27, 4C and 63. RGB value is (39,76,99). Sum of RGB (Red+Green+Blue) = 39+76+99=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #274C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C63 is #D8B39C. Grayscale: #434343. Windows color (decimal): -14201757 or 6507559. OLE color: 6507559.

HSL color Cylindrical-coordinate representation of color #274C63: hue angle of 203º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274C63 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB397699-
CMYK0.610.2300.61
HSL203º43.48%27.06%-
HSV(B)203º60.61%38.82%-
XYZ5.676.512.76-
YUV67.56145.74107.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.22%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=18.22%
G=35.51%
B=46.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3976990.610.2300.6120343.4827.06
Hex274C633D1703Dcb2b1b
Octal4711414375270753135333
Binary100111100110011000111111011011101111011100101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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