Html Css Color HEX #020338 Midnight Express

📋 copy color: '#020338'

red 2 ◦ green 3 ◦ blue 56

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

Shades of Midnight Express #020338

Tints of Midnight Express #020338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 91.8%

R = 3.28%
G = 4.92%
B = 91.8%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#020338 (or 0x020338) is known color: Midnight Express. HEX triplet: 02, 03 and 38. RGB value is (2,3,56). Sum of RGB (Red+Green+Blue) = 2+3+56=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 56 (22.27% from 255 or 91.80% from 61); Max value from RGB is 56 - color contains mainly: blue. Hex color #020338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020338 is #FDFCC7. Grayscale: #080808. Windows color (decimal): -16645320 or 3670786. OLE color: 3670786.

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

Color convert

RGB 2 3 56 -
CMYK 0.96 0.95 0 0.78
HSL 238.89º 0.93% 0.11% -
HSV(B) 238.89º 0.96% 0.22% -
XYZ 0.77 0.36 3.77 -
YUV 8.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 2 3 56 0.96 0.95 0 0.78 238.89 0.93 0.11
Hex 2 3 38 60 5F 0 4E EF 5D B
Octal 2 3 70 140 137 0 116 357 135 13
Binary 10 11 111000 1100000 1011111 0 1001110 11101111 1011101 1011

Color Harmonies of #020338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020338

Black with #020338

Text Example


Text Example

White with #020338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020338; }

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

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

background-color css

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

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

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

border-color css

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

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

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