Html Css Color HEX #221E68 Midnight Blue

📋 copy color: '#221E68'

red 34 ◦ green 30 ◦ blue 104

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

Shades of Midnight Blue #221E68

Tints of Midnight Blue #221E68

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.86%

 BLUE value IS 104 (41.02% from 255) = 61.9%

R = 20.24%
G = 17.86%
B = 61.9%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#221E68 (or 0x221E68) is known color: Midnight Blue. HEX triplet: 22, 1E and 68. RGB value is (34,30,104). Sum of RGB (Red+Green+Blue) = 34+30+104=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #221E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E68 is #DDE197. Grayscale: #272727. Windows color (decimal): -14541208 or 6823458. OLE color: 6823458.

HSL color Cylindrical-coordinate representation of color #221E68: hue angle of 243.24º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #221E68 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 30 104 -
CMYK 0.67 0.71 0 0.59
HSL 243.24º 0.55% 0.26% -
HSV(B) 243.24º 0.71% 0.41% -
XYZ 3.62 2.27 13.34 -
YUV 39.63 164.33 123.98 -
System Red Green Blue C M Y K H S L
Decimal 34 30 104 0.67 0.71 0 0.59 243.24 0.55 0.26
Hex 22 1E 68 43 47 0 3B F3 37 1A
Octal 42 36 150 103 107 0 73 363 67 32
Binary 100010 11110 1101000 1000011 1000111 0 111011 11110011 110111 11010

Color Harmonies of #221E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E68

Black with #221E68

Text Example


Text Example

White with #221E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221E68; }

 p { color: rgb(34,30,104); }

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

background-color css

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

 a { background-color: rgb(34,30,104); }

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

border-color css

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

 span { border-color: rgb(34,30,104); }

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