Html Css Color HEX #273D40 Outer Space

📋 copy color: '#273D40'

red 39 ◦ green 61 ◦ blue 64

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

Shades of Outer Space #273D40

Tints of Outer Space #273D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.02%

R = 23.78%
G = 37.2%
B = 39.02%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#273D40 (or 0x273D40) is known color: Outer Space. HEX triplet: 27, 3D and 40. RGB value is (39,61,64). Sum of RGB (Red+Green+Blue) = 39+61+64=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #273D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273D40 is #D8C2BF. Grayscale: #363636. Windows color (decimal): -14205632 or 4209959. OLE color: 4209959.

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

Color convert

RGB 39 61 64 -
CMYK 0.39 0.05 0 0.75
HSL 187.2º 0.24% 0.2% -
HSV(B) 187.2º 0.39% 0.25% -
XYZ 3.43 4.14 5.47 -
YUV 54.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 39 61 64 0.39 0.05 0 0.75 187.2 0.24 0.2
Hex 27 3D 40 27 5 0 4B BB 18 14
Octal 47 75 100 47 5 0 113 273 30 24
Binary 100111 111101 1000000 100111 101 0 1001011 10111011 11000 10100

Color Harmonies of #273D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273D40

Black with #273D40

Text Example


Text Example

White with #273D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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