Html Css Color HEX #020334 Midnight Express

📋 copy color: '#020334'

red 2 ◦ green 3 ◦ blue 52

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

Shades of Midnight Express #020334

Tints of Midnight Express #020334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 91.23%

R = 3.51%
G = 5.26%
B = 91.23%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#020334 (or 0x020334) is known color: Midnight Express. HEX triplet: 02, 03 and 34. RGB value is (2,3,52). Sum of RGB (Red+Green+Blue) = 2+3+52=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 52 (20.70% from 255 or 91.23% from 57); Max value from RGB is 52 - color contains mainly: blue. Hex color #020334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020334 is #FDFCCB. Grayscale: #080808. Windows color (decimal): -16645324 or 3408642. OLE color: 3408642.

HSL color Cylindrical-coordinate representation of color #020334: hue angle of 238.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020334 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 2 3 52 -
CMYK 0.96 0.94 0 0.80
HSL 238.8º 0.93% 0.11% -
HSV(B) 238.8º 0.96% 0.2% -
XYZ 0.68 0.33 3.28 -
YUV 8.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 2 3 52 0.96 0.94 0 0.80 238.8 0.93 0.11
Hex 2 3 34 60 5E 0 50 EF 5D B
Octal 2 3 64 140 136 0 120 357 135 13
Binary 10 11 110100 1100000 1011110 0 1010000 11101111 1011101 1011

Color Harmonies of #020334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020334

Black with #020334

Text Example


Text Example

White with #020334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020334; }

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

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

background-color css

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

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

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

border-color css

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

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

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