Html Css Color HEX #040335 Midnight Express

📋 copy color: '#040335'

red 4 ◦ green 3 ◦ blue 53

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

Shades of Midnight Express #040335

Tints of Midnight Express #040335

RGB

 RED value IS 4 (1.95% from 255) = 6.67%

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

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

R = 6.67%
G = 5%
B = 88.33%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#040335 (or 0x040335) is known color: Midnight Express. HEX triplet: 04, 03 and 35. RGB value is (4,3,53). Sum of RGB (Red+Green+Blue) = 4+3+53=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 53 (21.09% from 255 or 88.33% from 60); Max value from RGB is 53 - color contains mainly: blue. Hex color #040335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040335 is #FBFCCA. Grayscale: #080808. Windows color (decimal): -16514251 or 3474180. OLE color: 3474180.

HSL color Cylindrical-coordinate representation of color #040335: hue angle of 241.2º 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 #040335 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 4 3 53 -
CMYK 0.92 0.94 0 0.79
HSL 241.2º 0.89% 0.11% -
HSV(B) 241.2º 0.94% 0.21% -
XYZ 0.73 0.35 3.4 -
YUV 9 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 4 3 53 0.92 0.94 0 0.79 241.2 0.89 0.11
Hex 4 3 35 5C 5E 0 4F F1 59 B
Octal 4 3 65 134 136 0 117 361 131 13
Binary 100 11 110101 1011100 1011110 0 1001111 11110001 1011001 1011

Color Harmonies of #040335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040335

Black with #040335

Text Example


Text Example

White with #040335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040335; }

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

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

background-color css

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

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

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

border-color css

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

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

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