Html Css Color HEX #35606D Blumine

📋 copy color: '#35606D'

red 53 ◦ green 96 ◦ blue 109

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

Shades of Blumine #35606D

Tints of Blumine #35606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.21%

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 20.54%
G = 37.21%
B = 42.25%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35606D (or 0x35606D) is known color: Blumine. HEX triplet: 35, 60 and 6D. RGB value is (53,96,109). Sum of RGB (Red+Green+Blue) = 53+96+109=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #35606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35606D is #CA9F92. Grayscale: #545454. Windows color (decimal): -13279123 or 7168053. OLE color: 7168053.

HSL color Cylindrical-coordinate representation of color #35606D: hue angle of 193.93º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35606D is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 96 109 -
CMYK 0.51 0.12 0 0.57
HSL 193.93º 0.35% 0.32% -
HSV(B) 193.93º 0.51% 0.43% -
XYZ 8.41 10.23 16 -
YUV 84.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 53 96 109 0.51 0.12 0 0.57 193.93 0.35 0.32
Hex 35 60 6D 33 C 0 39 C2 23 20
Octal 65 140 155 63 14 0 71 302 43 40
Binary 110101 1100000 1101101 110011 1100 0 111001 11000010 100011 100000

Color Harmonies of #35606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35606D

Black with #35606D

Text Example


Text Example

White with #35606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35606D; }

 p { color: rgb(53,96,109); }

 H1.HeaderClassName
 {
   color: #35606D;
 }
 .AnyTagClassName
 {
   color: #35606D;
 }
</style>

background-color css

<style>
 a { background-color: #35606D; }

 a { background-color: rgb(53,96,109); }

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

border-color css

<style>
 span { border-color: #35606D; }

 span { border-color: rgb(53,96,109); }

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