Html Css Color HEX #367278 Ming

📋 copy color: '#367278'

red 54 ◦ green 114 ◦ blue 120

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

Shades of Ming #367278

Tints of Ming #367278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 18.75%
G = 39.58%
B = 41.67%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#367278 (or 0x367278) is known color: Ming. HEX triplet: 36, 72 and 78. RGB value is (54,114,120). Sum of RGB (Red+Green+Blue) = 54+114+120=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #367278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367278 is #C98D87. Grayscale: #606060. Windows color (decimal): -13208968 or 7893558. OLE color: 7893558.

HSL color Cylindrical-coordinate representation of color #367278: hue angle of 185.45º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367278 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 114 120 -
CMYK 0.55 0.05 0 0.53
HSL 185.45º 0.38% 0.34% -
HSV(B) 185.45º 0.55% 0.47% -
XYZ 10.93 14.17 19.93 -
YUV 96.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 54 114 120 0.55 0.05 0 0.53 185.45 0.38 0.34
Hex 36 72 78 37 5 0 35 B9 26 22
Octal 66 162 170 67 5 0 65 271 46 42
Binary 110110 1110010 1111000 110111 101 0 110101 10111001 100110 100010

Color Harmonies of #367278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367278

Black with #367278

Text Example


Text Example

White with #367278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367278; }

 p { color: rgb(54,114,120); }

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

background-color css

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

 a { background-color: rgb(54,114,120); }

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

border-color css

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

 span { border-color: rgb(54,114,120); }

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