#274045

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

Shades of Outer Space #274045

Tints of Outer Space #274045

Color information

#274045 (or 0x274045) is unknown color: approx Outer Space. HEX triplet: 27, 40 and 45. RGB value is (39,64,69). Sum of RGB (Red+Green+Blue) = 39+64+69=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 69 - color contains mainly: blue. Hex color #274045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274045 is #D8BFBA. Grayscale: #393939. Windows color (decimal): -14204859 or 4538407. OLE color: 4538407.

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

Color convert

RGB396469-
CMYK0.430.0700.73
HSL190º27.78%21.18%-
HSV(B)190º43.48%27.06%-
XYZ3.744.536.31-
YUV57.1134.72115.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=22.67%
G=37.21%
B=40.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3964690.430.0700.7319027.7821.18
Hex2740452B7049be1c15
Octal4710010553701112763425
Binary1001111000000100010110101111101001001101111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274045; }

 p { color: rgb(39,64,69); }

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

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

 a { background-color: rgb(39,64,69); }

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

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

 span { border-color: rgb(39,64,69); }

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