Html Css Color HEX #222685 Midnight Blue

📋 copy color: '#222685'

red 34 ◦ green 38 ◦ blue 133

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

Shades of Midnight Blue #222685

Tints of Midnight Blue #222685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.54%

 BLUE value IS 133 (52.34% from 255) = 64.88%

R = 16.59%
G = 18.54%
B = 64.88%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#222685 (or 0x222685) is known color: Midnight Blue. HEX triplet: 22, 26 and 85. RGB value is (34,38,133). Sum of RGB (Red+Green+Blue) = 34+38+133=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #222685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222685 is #DDD97A. Grayscale: #2F2F2F. Windows color (decimal): -14539131 or 8726050. OLE color: 8726050.

HSL color Cylindrical-coordinate representation of color #222685: hue angle of 237.58º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #222685 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 38 133 -
CMYK 0.74 0.71 0 0.48
HSL 237.58º 0.59% 0.33% -
HSV(B) 237.58º 0.74% 0.52% -
XYZ 5.59 3.42 22.56 -
YUV 47.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 34 38 133 0.74 0.71 0 0.48 237.58 0.59 0.33
Hex 22 26 85 4A 47 0 30 EE 3B 21
Octal 42 46 205 112 107 0 60 356 73 41
Binary 100010 100110 10000101 1001010 1000111 0 110000 11101110 111011 100001

Color Harmonies of #222685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222685

Black with #222685

Text Example


Text Example

White with #222685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222685; }

 p { color: rgb(34,38,133); }

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

background-color css

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

 a { background-color: rgb(34,38,133); }

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

border-color css

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

 span { border-color: rgb(34,38,133); }

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