Html Css Color HEX #364148 Mirage

📋 copy color: '#364148'

red 54 ◦ green 65 ◦ blue 72

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

Shades of Mirage #364148

Tints of Mirage #364148

RGB

 RED value IS 54 (21.48% from 255) = 28.27%

 GREEN value IS 65 (25.78% from 255) = 34.03%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 28.27%
G = 34.03%
B = 37.7%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#364148 (or 0x364148) is known color: Mirage. HEX triplet: 36, 41 and 48. RGB value is (54,65,72). Sum of RGB (Red+Green+Blue) = 54+65+72=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #364148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364148 is #C9BEB7. Grayscale: #3E3E3E. Windows color (decimal): -13221560 or 4735286. OLE color: 4735286.

HSL color Cylindrical-coordinate representation of color #364148: hue angle of 203.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #364148 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 65 72 -
CMYK 0.25 0.10 0 0.72
HSL 203.33º 0.14% 0.25% -
HSV(B) 203.33º 0.25% 0.28% -
XYZ 4.58 5.03 6.86 -
YUV 62.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 54 65 72 0.25 0.10 0 0.72 203.33 0.14 0.25
Hex 36 41 48 19 A 0 48 CB E 19
Octal 66 101 110 31 12 0 110 313 16 31
Binary 110110 1000001 1001000 11001 1010 0 1001000 11001011 1110 11001

Color Harmonies of #364148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364148

Black with #364148

Text Example


Text Example

White with #364148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364148; }

 p { color: rgb(54,65,72); }

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

background-color css

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

 a { background-color: rgb(54,65,72); }

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

border-color css

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

 span { border-color: rgb(54,65,72); }

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