Html Css Color HEX #35616C Blumine

📋 copy color: '#35616C'

red 53 ◦ green 97 ◦ blue 108

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

Shades of Blumine #35616C

Tints of Blumine #35616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 20.54%
G = 37.6%
B = 41.86%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35616C (or 0x35616C) is known color: Blumine. HEX triplet: 35, 61 and 6C. RGB value is (53,97,108). Sum of RGB (Red+Green+Blue) = 53+97+108=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #35616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35616C is #CA9E93. Grayscale: #555555. Windows color (decimal): -13278868 or 7102773. OLE color: 7102773.

HSL color Cylindrical-coordinate representation of color #35616C: hue angle of 192º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35616C is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 97 108 -
CMYK 0.51 0.10 0 0.58
HSL 192º 0.34% 0.32% -
HSV(B) 192º 0.51% 0.42% -
XYZ 8.45 10.39 15.75 -
YUV 85.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 53 97 108 0.51 0.10 0 0.58 192 0.34 0.32
Hex 35 61 6C 33 A 0 3A C0 22 20
Octal 65 141 154 63 12 0 72 300 42 40
Binary 110101 1100001 1101100 110011 1010 0 111010 11000000 100010 100000

Color Harmonies of #35616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35616C

Black with #35616C

Text Example


Text Example

White with #35616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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