Html Css Color HEX #223248 Midnight

📋 copy color: '#223248'

red 34 ◦ green 50 ◦ blue 72

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

Shades of Midnight #223248

Tints of Midnight #223248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 46.15%

R = 21.79%
G = 32.05%
B = 46.15%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#223248 (or 0x223248) is known color: Midnight. HEX triplet: 22, 32 and 48. RGB value is (34,50,72). Sum of RGB (Red+Green+Blue) = 34+50+72=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #223248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223248 is #DDCDB7. Grayscale: #2F2F2F. Windows color (decimal): -14536120 or 4731426. OLE color: 4731426.

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

Color convert

RGB 34 50 72 -
CMYK 0.53 0.31 0 0.72
HSL 214.74º 0.36% 0.21% -
HSV(B) 214.74º 0.53% 0.28% -
XYZ 2.97 3.09 6.57 -
YUV 47.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 34 50 72 0.53 0.31 0 0.72 214.74 0.36 0.21
Hex 22 32 48 35 1F 0 48 D7 24 15
Octal 42 62 110 65 37 0 110 327 44 25
Binary 100010 110010 1001000 110101 11111 0 1001000 11010111 100100 10101

Color Harmonies of #223248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223248

Black with #223248

Text Example


Text Example

White with #223248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223248; }

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

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

background-color css

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

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

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

border-color css

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

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

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