#274767

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

Shades of Arapawa #274767

Tints of Arapawa #274767

Color information

#274767 (or 0x274767) is unknown color: approx Arapawa. HEX triplet: 27, 47 and 67. RGB value is (39,71,103). Sum of RGB (Red+Green+Blue) = 39+71+103=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #274767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274767 is #D8B898. Grayscale: #404040. Windows color (decimal): -14203033 or 6768423. OLE color: 6768423.

HSL color Cylindrical-coordinate representation of color #274767: hue angle of 210º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274767 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3971103-
CMYK0.620.3100.60
HSL210º45.07%27.84%-
HSV(B)210º62.14%40.39%-
XYZ5.545.9213.68-
YUV65.08149.4109.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 48.36%
R=18.31%
G=33.33%
B=48.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39711030.620.3100.6021045.0727.84
Hex2747673E1F03Cd22d1c
Octal4710714776370743225534
Binary100111100011111001111111101111101111001101001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274767; }

 p { color: rgb(39,71,103); }

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

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

 a { background-color: rgb(39,71,103); }

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

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

 span { border-color: rgb(39,71,103); }

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