Html Css Color HEX #35737B Ming

📋 copy color: '#35737B'

red 53 ◦ green 115 ◦ blue 123

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

Shades of Ming #35737B

Tints of Ming #35737B

RGB

 RED value IS 53 (21.09% from 255) = 18.21%

 GREEN value IS 115 (45.31% from 255) = 39.52%

 BLUE value IS 123 (48.44% from 255) = 42.27%

R = 18.21%
G = 39.52%
B = 42.27%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#35737B (or 0x35737B) is known color: Ming. HEX triplet: 35, 73 and 7B. RGB value is (53,115,123). Sum of RGB (Red+Green+Blue) = 53+115+123=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 123 - color contains mainly: blue. Hex color #35737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35737B is #CA8C84. Grayscale: #616161. Windows color (decimal): -13274245 or 8090421. OLE color: 8090421.

HSL color Cylindrical-coordinate representation of color #35737B: hue angle of 186.86º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35737B is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 115 123 -
CMYK 0.57 0.07 0 0.52
HSL 186.86º 0.4% 0.35% -
HSV(B) 186.86º 0.57% 0.48% -
XYZ 11.17 14.45 20.94 -
YUV 97.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 53 115 123 0.57 0.07 0 0.52 186.86 0.4 0.35
Hex 35 73 7B 39 7 0 34 BB 28 23
Octal 65 163 173 71 7 0 64 273 50 43
Binary 110101 1110011 1111011 111001 111 0 110100 10111011 101000 100011

Color Harmonies of #35737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35737B

Black with #35737B

Text Example


Text Example

White with #35737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35737B; }

 p { color: rgb(53,115,123); }

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

background-color css

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

 a { background-color: rgb(53,115,123); }

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

border-color css

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

 span { border-color: rgb(53,115,123); }

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