Html Css Color HEX #223041 Midnight

📋 copy color: '#223041'

red 34 ◦ green 48 ◦ blue 65

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

Shades of Midnight #223041

Tints of Midnight #223041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.65%

 BLUE value IS 65 (25.78% from 255) = 44.22%

R = 23.13%
G = 32.65%
B = 44.22%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#223041 (or 0x223041) is known color: Midnight. HEX triplet: 22, 30 and 41. RGB value is (34,48,65). Sum of RGB (Red+Green+Blue) = 34+48+65=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #223041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223041 is #DDCFBE. Grayscale: #2D2D2D. Windows color (decimal): -14536639 or 4272162. OLE color: 4272162.

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

Color convert

RGB 34 48 65 -
CMYK 0.48 0.26 0 0.75
HSL 212.9º 0.31% 0.19% -
HSV(B) 212.9º 0.48% 0.25% -
XYZ 2.67 2.84 5.41 -
YUV 45.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 34 48 65 0.48 0.26 0 0.75 212.9 0.31 0.19
Hex 22 30 41 30 1A 0 4B D5 1F 13
Octal 42 60 101 60 32 0 113 325 37 23
Binary 100010 110000 1000001 110000 11010 0 1001011 11010101 11111 10011

Color Harmonies of #223041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223041

Black with #223041

Text Example


Text Example

White with #223041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223041; }

 p { color: rgb(34,48,65); }

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

background-color css

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

 a { background-color: rgb(34,48,65); }

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

border-color css

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

 span { border-color: rgb(34,48,65); }

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