#274B63

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

Shades of Arapawa #274B63

Tints of Arapawa #274B63

Color information

#274B63 (or 0x274B63) is unknown color: approx Arapawa. HEX triplet: 27, 4B and 63. RGB value is (39,75,99). Sum of RGB (Red+Green+Blue) = 39+75+99=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #274B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B63 is #D8B49C. Grayscale: #424242. Windows color (decimal): -14202013 or 6507303. OLE color: 6507303.

HSL color Cylindrical-coordinate representation of color #274B63: hue angle of 204º 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 #274B63 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB397599-
CMYK0.610.2400.61
HSL204º43.48%27.06%-
HSV(B)204º60.61%38.82%-
XYZ5.66.3612.74-
YUV66.97146.07108.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=18.31%
G=35.21%
B=46.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3975990.610.2400.6120443.4827.06
Hex274B633D1803Dcc2b1b
Octal4711314375300753145333
Binary100111100101111000111111011100001111011100110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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