Html Css Color HEX #222363 Midnight Blue

📋 copy color: '#222363'

red 34 ◦ green 35 ◦ blue 99

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

Shades of Midnight Blue #222363

Tints of Midnight Blue #222363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.83%

 BLUE value IS 99 (39.06% from 255) = 58.93%

R = 20.24%
G = 20.83%
B = 58.93%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#222363 (or 0x222363) is known color: Midnight Blue. HEX triplet: 22, 23 and 63. RGB value is (34,35,99). Sum of RGB (Red+Green+Blue) = 34+35+99=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #222363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222363 is #DDDC9C. Grayscale: #292929. Windows color (decimal): -14539933 or 6497058. OLE color: 6497058.

HSL color Cylindrical-coordinate representation of color #222363: hue angle of 239.08º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #222363 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 34 35 99 -
CMYK 0.66 0.65 0 0.61
HSL 239.08º 0.49% 0.26% -
HSV(B) 239.08º 0.66% 0.39% -
XYZ 3.51 2.44 12.09 -
YUV 42 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 34 35 99 0.66 0.65 0 0.61 239.08 0.49 0.26
Hex 22 23 63 42 41 0 3D EF 31 1A
Octal 42 43 143 102 101 0 75 357 61 32
Binary 100010 100011 1100011 1000010 1000001 0 111101 11101111 110001 11010

Color Harmonies of #222363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222363

Black with #222363

Text Example


Text Example

White with #222363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222363; }

 p { color: rgb(34,35,99); }

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

background-color css

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

 a { background-color: rgb(34,35,99); }

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

border-color css

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

 span { border-color: rgb(34,35,99); }

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