Html Css Color HEX #35636F Blumine

📋 copy color: '#35636F'

red 53 ◦ green 99 ◦ blue 111

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

Shades of Blumine #35636F

Tints of Blumine #35636F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 20.15%
G = 37.64%
B = 42.21%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#35636F (or 0x35636F) is known color: Blumine. HEX triplet: 35, 63 and 6F. RGB value is (53,99,111). Sum of RGB (Red+Green+Blue) = 53+99+111=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #35636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35636F is #CA9C90. Grayscale: #565656. Windows color (decimal): -13278353 or 7299893. OLE color: 7299893.

HSL color Cylindrical-coordinate representation of color #35636F: hue angle of 192.41º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35636F is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 99 111 -
CMYK 0.52 0.11 0 0.56
HSL 192.41º 0.35% 0.32% -
HSV(B) 192.41º 0.52% 0.44% -
XYZ 8.8 10.83 16.67 -
YUV 86.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 53 99 111 0.52 0.11 0 0.56 192.41 0.35 0.32
Hex 35 63 6F 34 B 0 38 C0 23 20
Octal 65 143 157 64 13 0 70 300 43 40
Binary 110101 1100011 1101111 110100 1011 0 111000 11000000 100011 100000

Color Harmonies of #35636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35636F

Black with #35636F

Text Example


Text Example

White with #35636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35636F; }

 p { color: rgb(53,99,111); }

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

background-color css

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

 a { background-color: rgb(53,99,111); }

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

border-color css

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

 span { border-color: rgb(53,99,111); }

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