Html Css Color HEX #223348 Midnight

📋 copy color: '#223348'

red 34 ◦ green 51 ◦ blue 72

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

Shades of Midnight #223348

Tints of Midnight #223348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.48%

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

R = 21.66%
G = 32.48%
B = 45.86%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#223348 (or 0x223348) is known color: Midnight. HEX triplet: 22, 33 and 48. RGB value is (34,51,72). Sum of RGB (Red+Green+Blue) = 34+51+72=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #223348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223348 is #DDCCB7. Grayscale: #303030. Windows color (decimal): -14535864 or 4731682. OLE color: 4731682.

HSL color Cylindrical-coordinate representation of color #223348: hue angle of 213.16º 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 #223348 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 34 51 72 -
CMYK 0.53 0.29 0 0.72
HSL 213.16º 0.36% 0.21% -
HSV(B) 213.16º 0.53% 0.28% -
XYZ 3.01 3.18 6.59 -
YUV 48.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 34 51 72 0.53 0.29 0 0.72 213.16 0.36 0.21
Hex 22 33 48 35 1D 0 48 D5 24 15
Octal 42 63 110 65 35 0 110 325 44 25
Binary 100010 110011 1001000 110101 11101 0 1001000 11010101 100100 10101

Color Harmonies of #223348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223348

Black with #223348

Text Example


Text Example

White with #223348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223348; }

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

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

background-color css

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

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

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

border-color css

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

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

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