Html Css Color HEX #030E34 Midnight Express

📋 copy color: '#030E34'

red 3 ◦ green 14 ◦ blue 52

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

Shades of Midnight Express #030E34

Tints of Midnight Express #030E34

RGB

 RED value IS 3 (1.56% from 255) = 4.35%

 GREEN value IS 14 (5.86% from 255) = 20.29%

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

R = 4.35%
G = 20.29%
B = 75.36%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#030E34 (or 0x030E34) is known color: Midnight Express. HEX triplet: 03, 0E and 34. RGB value is (3,14,52). Sum of RGB (Red+Green+Blue) = 3+14+52=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 52 (20.70% from 255 or 75.36% from 69); Max value from RGB is 52 - color contains mainly: blue. Hex color #030E34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E34 is #FCF1CB. Grayscale: #0E0E0E. Windows color (decimal): -16576972 or 3411459. OLE color: 3411459.

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

Color convert

RGB 3 14 52 -
CMYK 0.94 0.73 0 0.80
HSL 226.53º 0.89% 0.11% -
HSV(B) 226.53º 0.94% 0.2% -
XYZ 0.81 0.58 3.32 -
YUV 15.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 3 14 52 0.94 0.73 0 0.80 226.53 0.89 0.11
Hex 3 E 34 5E 49 0 50 E3 59 B
Octal 3 16 64 136 111 0 120 343 131 13
Binary 11 1110 110100 1011110 1001001 0 1010000 11100011 1011001 1011

Color Harmonies of #030E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E34

Black with #030E34

Text Example


Text Example

White with #030E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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