Html Css Color HEX #223240 Midnight

📋 copy color: '#223240'

red 34 ◦ green 50 ◦ blue 64

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

Shades of Midnight #223240

Tints of Midnight #223240

RGB

 RED value IS 34 (13.67% from 255) = 22.97%

 GREEN value IS 50 (19.92% from 255) = 33.78%

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

R = 22.97%
G = 33.78%
B = 43.24%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#223240 (or 0x223240) is known color: Midnight. HEX triplet: 22, 32 and 40. RGB value is (34,50,64). Sum of RGB (Red+Green+Blue) = 34+50+64=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 64 - color contains mainly: blue. Hex color #223240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223240 is #DDCDBF. Grayscale: #2E2E2E. Windows color (decimal): -14536128 or 4207138. OLE color: 4207138.

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

Color convert

RGB 34 50 64 -
CMYK 0.47 0.22 0 0.75
HSL 208º 0.31% 0.19% -
HSV(B) 208º 0.47% 0.25% -
XYZ 2.73 2.99 5.28 -
YUV 46.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 34 50 64 0.47 0.22 0 0.75 208 0.31 0.19
Hex 22 32 40 2F 16 0 4B D0 1F 13
Octal 42 62 100 57 26 0 113 320 37 23
Binary 100010 110010 1000000 101111 10110 0 1001011 11010000 11111 10011

Color Harmonies of #223240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223240

Black with #223240

Text Example


Text Example

White with #223240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223240; }

 p { color: rgb(34,50,64); }

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

background-color css

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

 a { background-color: rgb(34,50,64); }

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

border-color css

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

 span { border-color: rgb(34,50,64); }

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