Html Css Color HEX #293440 Midnight

📋 copy color: '#293440'

red 41 ◦ green 52 ◦ blue 64

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

Shades of Midnight #293440

Tints of Midnight #293440

RGB

 RED value IS 41 (16.41% from 255) = 26.11%

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

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

R = 26.11%
G = 33.12%
B = 40.76%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293440 (or 0x293440) is known color: Midnight. HEX triplet: 29, 34 and 40. RGB value is (41,52,64). Sum of RGB (Red+Green+Blue) = 41+52+64=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #293440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293440 is #D6CBBF. Grayscale: #323232. Windows color (decimal): -14076864 or 4207657. OLE color: 4207657.

HSL color Cylindrical-coordinate representation of color #293440: hue angle of 211.3º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #293440 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 52 64 -
CMYK 0.36 0.19 0 0.75
HSL 211.3º 0.22% 0.21% -
HSV(B) 211.3º 0.36% 0.25% -
XYZ 3.07 3.3 5.33 -
YUV 50.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 41 52 64 0.36 0.19 0 0.75 211.3 0.22 0.21
Hex 29 34 40 24 13 0 4B D3 16 15
Octal 51 64 100 44 23 0 113 323 26 25
Binary 101001 110100 1000000 100100 10011 0 1001011 11010011 10110 10101

Color Harmonies of #293440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293440

Black with #293440

Text Example


Text Example

White with #293440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293440; }

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

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

background-color css

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

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

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

border-color css

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

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

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