Html Css Color HEX #3B7278 Ming

📋 copy color: '#3B7278'

red 59 ◦ green 114 ◦ blue 120

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

Shades of Ming #3B7278

Tints of Ming #3B7278

RGB

 RED value IS 59 (23.44% from 255) = 20.14%

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

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

R = 20.14%
G = 38.91%
B = 40.96%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B7278 (or 0x3B7278) is known color: Ming. HEX triplet: 3B, 72 and 78. RGB value is (59,114,120). Sum of RGB (Red+Green+Blue) = 59+114+120=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B7278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7278 is #C48D87. Grayscale: #626262. Windows color (decimal): -12881288 or 7893563. OLE color: 7893563.

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

Color convert

RGB 59 114 120 -
CMYK 0.51 0.05 0 0.53
HSL 185.9º 0.34% 0.35% -
HSV(B) 185.9º 0.51% 0.47% -
XYZ 11.21 14.32 19.94 -
YUV 98.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 59 114 120 0.51 0.05 0 0.53 185.9 0.34 0.35
Hex 3B 72 78 33 5 0 35 BA 22 23
Octal 73 162 170 63 5 0 65 272 42 43
Binary 111011 1110010 1111000 110011 101 0 110101 10111010 100010 100011

Color Harmonies of #3B7278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7278

Black with #3B7278

Text Example


Text Example

White with #3B7278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B7278; }

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

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

background-color css

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

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

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

border-color css

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

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

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