Html Css Color HEX #273440 Midnight

📋 copy color: '#273440'

red 39 ◦ green 52 ◦ blue 64

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

Shades of Midnight #273440

Tints of Midnight #273440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

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

R = 25.16%
G = 33.55%
B = 41.29%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#273440 (or 0x273440) is known color: Midnight. HEX triplet: 27, 34 and 40. RGB value is (39,52,64). Sum of RGB (Red+Green+Blue) = 39+52+64=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #273440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273440 is #D8CBBF. Grayscale: #313131. Windows color (decimal): -14207936 or 4207655. OLE color: 4207655.

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

Color convert

RGB 39 52 64 -
CMYK 0.39 0.19 0 0.75
HSL 208.8º 0.24% 0.2% -
HSV(B) 208.8º 0.39% 0.25% -
XYZ 2.99 3.26 5.32 -
YUV 49.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 39 52 64 0.39 0.19 0 0.75 208.8 0.24 0.2
Hex 27 34 40 27 13 0 4B D1 18 14
Octal 47 64 100 47 23 0 113 321 30 24
Binary 100111 110100 1000000 100111 10011 0 1001011 11010001 11000 10100

Color Harmonies of #273440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273440

Black with #273440

Text Example


Text Example

White with #273440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273440; }

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

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

background-color css

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

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

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

border-color css

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

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

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