Html Css Color HEX #030535 Midnight Express

📋 copy color: '#030535'

red 3 ◦ green 5 ◦ blue 53

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

Shades of Midnight Express #030535

Tints of Midnight Express #030535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.2%

 BLUE value IS 53 (21.09% from 255) = 86.89%

R = 4.92%
G = 8.2%
B = 86.89%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#030535 (or 0x030535) is known color: Midnight Express. HEX triplet: 03, 05 and 35. RGB value is (3,5,53). Sum of RGB (Red+Green+Blue) = 3+5+53=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 53 (21.09% from 255 or 86.89% from 61); Max value from RGB is 53 - color contains mainly: blue. Hex color #030535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030535 is #FCFACA. Grayscale: #090909. Windows color (decimal): -16579275 or 3474691. OLE color: 3474691.

HSL color Cylindrical-coordinate representation of color #030535: hue angle of 237.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030535 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 3 5 53 -
CMYK 0.94 0.91 0 0.79
HSL 237.6º 0.89% 0.11% -
HSV(B) 237.6º 0.94% 0.21% -
XYZ 0.73 0.38 3.4 -
YUV 9.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 3 5 53 0.94 0.91 0 0.79 237.6 0.89 0.11
Hex 3 5 35 5E 5B 0 4F EE 59 B
Octal 3 5 65 136 133 0 117 356 131 13
Binary 11 101 110101 1011110 1011011 0 1001111 11101110 1011001 1011

Color Harmonies of #030535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030535

Black with #030535

Text Example


Text Example

White with #030535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030535; }

 p { color: rgb(3,5,53); }

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

background-color css

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

 a { background-color: rgb(3,5,53); }

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

border-color css

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

 span { border-color: rgb(3,5,53); }

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