Html Css Color HEX #223247 Midnight

📋 copy color: '#223247'

red 34 ◦ green 50 ◦ blue 71

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

Shades of Midnight #223247

Tints of Midnight #223247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 45.81%

R = 21.94%
G = 32.26%
B = 45.81%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#223247 (or 0x223247) is known color: Midnight. HEX triplet: 22, 32 and 47. RGB value is (34,50,71). Sum of RGB (Red+Green+Blue) = 34+50+71=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #223247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223247 is #DDCDB8. Grayscale: #2F2F2F. Windows color (decimal): -14536121 or 4665890. OLE color: 4665890.

HSL color Cylindrical-coordinate representation of color #223247: hue angle of 214.05º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #223247 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 34 50 71 -
CMYK 0.52 0.30 0 0.72
HSL 214.05º 0.35% 0.21% -
HSV(B) 214.05º 0.52% 0.28% -
XYZ 2.94 3.08 6.4 -
YUV 47.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 34 50 71 0.52 0.30 0 0.72 214.05 0.35 0.21
Hex 22 32 47 34 1E 0 48 D6 23 15
Octal 42 62 107 64 36 0 110 326 43 25
Binary 100010 110010 1000111 110100 11110 0 1001000 11010110 100011 10101

Color Harmonies of #223247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223247

Black with #223247

Text Example


Text Example

White with #223247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223247; }

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

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

background-color css

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

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

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

border-color css

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

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

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