Html Css Color HEX #020344 Midnight Express

📋 copy color: '#020344'

red 2 ◦ green 3 ◦ blue 68

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

Shades of Midnight Express #020344

Tints of Midnight Express #020344

RGB

 RED value IS 2 (1.17% from 255) = 2.74%

 GREEN value IS 3 (1.56% from 255) = 4.11%

 BLUE value IS 68 (26.95% from 255) = 93.15%

R = 2.74%
G = 4.11%
B = 93.15%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#020344 (or 0x020344) is known color: Midnight Express. HEX triplet: 02, 03 and 44. RGB value is (2,3,68). Sum of RGB (Red+Green+Blue) = 2+3+68=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 68 (26.95% from 255 or 93.15% from 73); Max value from RGB is 68 - color contains mainly: blue. Hex color #020344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020344 is #FDFCBB. Grayscale: #090909. Windows color (decimal): -16645308 or 4457218. OLE color: 4457218.

HSL color Cylindrical-coordinate representation of color #020344: hue angle of 239.09º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020344 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 3 68 -
CMYK 0.97 0.96 0 0.73
HSL 239.09º 0.94% 0.14% -
HSV(B) 239.09º 0.97% 0.27% -
XYZ 1.1 0.5 5.51 -
YUV 10.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 2 3 68 0.97 0.96 0 0.73 239.09 0.94 0.14
Hex 2 3 44 61 60 0 49 EF 5E E
Octal 2 3 104 141 140 0 111 357 136 16
Binary 10 11 1000100 1100001 1100000 0 1001001 11101111 1011110 1110

Color Harmonies of #020344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020344

Black with #020344

Text Example


Text Example

White with #020344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020344; }

 p { color: rgb(2,3,68); }

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

background-color css

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

 a { background-color: rgb(2,3,68); }

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

border-color css

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

 span { border-color: rgb(2,3,68); }

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