Html Css Color HEX #273C41 Outer Space

📋 copy color: '#273C41'

red 39 ◦ green 60 ◦ blue 65

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

Shades of Outer Space #273C41

Tints of Outer Space #273C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.59%

 BLUE value IS 65 (25.78% from 255) = 39.63%

R = 23.78%
G = 36.59%
B = 39.63%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#273C41 (or 0x273C41) is known color: Outer Space. HEX triplet: 27, 3C and 41. RGB value is (39,60,65). Sum of RGB (Red+Green+Blue) = 39+60+65=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #273C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C41 is #D8C3BE. Grayscale: #363636. Windows color (decimal): -14205887 or 4275239. OLE color: 4275239.

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

Color convert

RGB 39 60 65 -
CMYK 0.40 0.08 0 0.75
HSL 191.54º 0.25% 0.2% -
HSV(B) 191.54º 0.4% 0.25% -
XYZ 3.41 4.04 5.6 -
YUV 54.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 39 60 65 0.40 0.08 0 0.75 191.54 0.25 0.2
Hex 27 3C 41 28 8 0 4B C0 19 14
Octal 47 74 101 50 10 0 113 300 31 24
Binary 100111 111100 1000001 101000 1000 0 1001011 11000000 11001 10100

Color Harmonies of #273C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273C41

Black with #273C41

Text Example


Text Example

White with #273C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,60,65); }

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

background-color css

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

 a { background-color: rgb(39,60,65); }

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

border-color css

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

 span { border-color: rgb(39,60,65); }

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