Html Css Color HEX #223244 Midnight

📋 copy color: '#223244'

red 34 ◦ green 50 ◦ blue 68

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

Shades of Midnight #223244

Tints of Midnight #223244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 44.74%

R = 22.37%
G = 32.89%
B = 44.74%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#223244 (or 0x223244) is known color: Midnight. HEX triplet: 22, 32 and 44. RGB value is (34,50,68). Sum of RGB (Red+Green+Blue) = 34+50+68=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #223244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223244 is #DDCDBB. Grayscale: #2F2F2F. Windows color (decimal): -14536124 or 4469282. OLE color: 4469282.

HSL color Cylindrical-coordinate representation of color #223244: hue angle of 211.76º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #223244 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 34 50 68 -
CMYK 0.50 0.26 0 0.73
HSL 211.76º 0.33% 0.2% -
HSV(B) 211.76º 0.5% 0.27% -
XYZ 2.84 3.04 5.91 -
YUV 47.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 34 50 68 0.50 0.26 0 0.73 211.76 0.33 0.2
Hex 22 32 44 32 1A 0 49 D4 21 14
Octal 42 62 104 62 32 0 111 324 41 24
Binary 100010 110010 1000100 110010 11010 0 1001001 11010100 100001 10100

Color Harmonies of #223244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223244

Black with #223244

Text Example


Text Example

White with #223244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223244; }

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

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

background-color css

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

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

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

border-color css

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

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

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