Html Css Color HEX #030038 Midnight Express

📋 copy color: '#030038'

red 3 ◦ green 0 ◦ blue 56

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

Shades of Midnight Express #030038

Tints of Midnight Express #030038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 5.08%
G = 0%
B = 94.92%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#030038 (or 0x030038) is known color: Midnight Express. HEX triplet: 03, 00 and 38. RGB value is (3,0,56). Sum of RGB (Red+Green+Blue) = 3+0+56=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 56 (22.27% from 255 or 94.92% from 59); Max value from RGB is 56 - color contains mainly: blue. Hex color #030038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030038 is #FCFFC7. Grayscale: #070707. Windows color (decimal): -16580552 or 3670019. OLE color: 3670019.

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

Color convert

RGB 3 0 56 -
CMYK 0.95 1 0 0.78
HSL 243.21º 1% 0.11% -
HSV(B) 243.21º 1% 0.22% -
XYZ 0.75 0.3 3.76 -
YUV 7.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 3 0 56 0.95 1 0 0.78 243.21 1 0.11
Hex 3 0 38 5F 64 0 4E F3 64 B
Octal 3 0 70 137 144 0 116 363 144 13
Binary 11 0 111000 1011111 1100100 0 1001110 11110011 1100100 1011

Color Harmonies of #030038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030038

Black with #030038

Text Example


Text Example

White with #030038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030038; }

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

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

background-color css

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

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

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

border-color css

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

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

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