Html Css Color HEX #273D3F Outer Space

📋 copy color: '#273D3F'

red 39 ◦ green 61 ◦ blue 63

#273D3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #273D3F

Tints of Outer Space #273D3F

RGB

 RED value IS 39 (15.63% from 255) = 23.93%

 GREEN value IS 61 (24.22% from 255) = 37.42%

 BLUE value IS 63 (25% from 255) = 38.65%

R = 23.93%
G = 37.42%
B = 38.65%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#273D3F (or 0x273D3F) is known color: Outer Space. HEX triplet: 27, 3D and 3F. RGB value is (39,61,63). Sum of RGB (Red+Green+Blue) = 39+61+63=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #273D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273D3F is #D8C2C0. Grayscale: #363636. Windows color (decimal): -14205633 or 4144423. OLE color: 4144423.

HSL color Cylindrical-coordinate representation of color #273D3F: hue angle of 185º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #273D3F is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 61 63 -
CMYK 0.38 0.03 0 0.75
HSL 185º 0.24% 0.2% -
HSV(B) 185º 0.38% 0.25% -
XYZ 3.4 4.13 5.32 -
YUV 54.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 39 61 63 0.38 0.03 0 0.75 185 0.24 0.2
Hex 27 3D 3F 26 3 0 4B B9 18 14
Octal 47 75 77 46 3 0 113 271 30 24
Binary 100111 111101 111111 100110 11 0 1001011 10111001 11000 10100

Color Harmonies of #273D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273D3F

Black with #273D3F

Text Example


Text Example

White with #273D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273D3F; }

 p { color: rgb(39,61,63); }

 H1.HeaderClassName
 {
   color: #273D3F;
 }
 .AnyTagClassName
 {
   color: #273D3F;
 }
</style>

background-color css

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

 a { background-color: rgb(39,61,63); }

 div.DivClassName
 {
   background-color: #273D3F;
 }
 .BgClassName
 {
   background-color: #273D3F;
 }
</style>

border-color css

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

 span { border-color: rgb(39,61,63); }

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