Html Css Color HEX #273B40 Outer Space

📋 copy color: '#273B40'

red 39 ◦ green 59 ◦ blue 64

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

Shades of Outer Space #273B40

Tints of Outer Space #273B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.42%

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

R = 24.07%
G = 36.42%
B = 39.51%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#273B40 (or 0x273B40) is known color: Outer Space. HEX triplet: 27, 3B and 40. RGB value is (39,59,64). Sum of RGB (Red+Green+Blue) = 39+59+64=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 64 - color contains mainly: blue. Hex color #273B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273B40 is #D8C4BF. Grayscale: #353535. Windows color (decimal): -14206144 or 4209447. OLE color: 4209447.

HSL color Cylindrical-coordinate representation of color #273B40: hue angle of 192º 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 #273B40 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 59 64 -
CMYK 0.39 0.08 0 0.75
HSL 192º 0.24% 0.2% -
HSV(B) 192º 0.39% 0.25% -
XYZ 3.33 3.93 5.43 -
YUV 53.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 39 59 64 0.39 0.08 0 0.75 192 0.24 0.2
Hex 27 3B 40 27 8 0 4B C0 18 14
Octal 47 73 100 47 10 0 113 300 30 24
Binary 100111 111011 1000000 100111 1000 0 1001011 11000000 11000 10100

Color Harmonies of #273B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273B40

Black with #273B40

Text Example


Text Example

White with #273B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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