#274B68

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

Shades of Arapawa #274B68

Tints of Arapawa #274B68

Color information

#274B68 (or 0x274B68) is unknown color: approx Arapawa. HEX triplet: 27, 4B and 68. RGB value is (39,75,104). Sum of RGB (Red+Green+Blue) = 39+75+104=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #274B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B68 is #D8B497. Grayscale: #434343. Windows color (decimal): -14202008 or 6834983. OLE color: 6834983.

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

Color convert

RGB3975104-
CMYK0.620.2800.59
HSL206.77º45.45%28.04%-
HSV(B)206.77º62.5%40.78%-
XYZ5.856.4614.04-
YUV67.54148.57107.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=17.89%
G=34.40%
B=47.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39751040.620.2800.59206.7745.4528.04
Hex274B683E1C03Bcf2d1c
Octal4711315076340733175534
Binary100111100101111010001111101110001110111100111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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