#274246

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

Shades of Outer Space #274246

Tints of Outer Space #274246

Color information

#274246 (or 0x274246) is unknown color: approx Outer Space. HEX triplet: 27, 42 and 46. RGB value is (39,66,70). Sum of RGB (Red+Green+Blue) = 39+66+70=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: blue. Hex color #274246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274246 is #D8BDB9. Grayscale: #3A3A3A. Windows color (decimal): -14204346 or 4604455. OLE color: 4604455.

HSL color Cylindrical-coordinate representation of color #274246: hue angle of 187.74º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #274246 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB396670-
CMYK0.440.0600.73
HSL187.74º28.44%21.37%-
HSV(B)187.74º44.29%27.45%-
XYZ3.894.776.51-
YUV58.38134.55114.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 70 (27.73% from 255) = 40%
R=22.29%
G=37.71%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3966700.440.0600.73187.7428.4421.37
Hex2742462C6049bc1c15
Octal4710210654601112743425
Binary1001111000010100011010110011001001001101111001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274246; }

 p { color: rgb(39,66,70); }

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

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

 a { background-color: rgb(39,66,70); }

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

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

 span { border-color: rgb(39,66,70); }

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