Html Css Color HEX #35616B Blumine

📋 copy color: '#35616B'

red 53 ◦ green 97 ◦ blue 107

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

Shades of Blumine #35616B

Tints of Blumine #35616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.74%

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 20.62%
G = 37.74%
B = 41.63%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35616B (or 0x35616B) is known color: Blumine. HEX triplet: 35, 61 and 6B. RGB value is (53,97,107). Sum of RGB (Red+Green+Blue) = 53+97+107=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #35616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35616B is #CA9E94. Grayscale: #545454. Windows color (decimal): -13278869 or 7037237. OLE color: 7037237.

HSL color Cylindrical-coordinate representation of color #35616B: hue angle of 191.11º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35616B is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 97 107 -
CMYK 0.50 0.09 0 0.58
HSL 191.11º 0.34% 0.31% -
HSV(B) 191.11º 0.5% 0.42% -
XYZ 8.4 10.37 15.47 -
YUV 84.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 53 97 107 0.50 0.09 0 0.58 191.11 0.34 0.31
Hex 35 61 6B 32 9 0 3A BF 22 1F
Octal 65 141 153 62 11 0 72 277 42 37
Binary 110101 1100001 1101011 110010 1001 0 111010 10111111 100010 11111

Color Harmonies of #35616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35616B

Black with #35616B

Text Example


Text Example

White with #35616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,97,107); }

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

background-color css

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

 a { background-color: rgb(53,97,107); }

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

border-color css

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

 span { border-color: rgb(53,97,107); }

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