Html Css Color HEX #35656F Blumine

📋 copy color: '#35656F'

red 53 ◦ green 101 ◦ blue 111

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

Shades of Blumine #35656F

Tints of Blumine #35656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.11%

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

R = 20%
G = 38.11%
B = 41.89%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#35656F (or 0x35656F) is known color: Blumine. HEX triplet: 35, 65 and 6F. RGB value is (53,101,111). Sum of RGB (Red+Green+Blue) = 53+101+111=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #35656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35656F is #CA9A90. Grayscale: #575757. Windows color (decimal): -13277841 or 7300405. OLE color: 7300405.

HSL color Cylindrical-coordinate representation of color #35656F: hue angle of 190.34º 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 #35656F is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 101 111 -
CMYK 0.52 0.09 0 0.56
HSL 190.34º 0.35% 0.32% -
HSV(B) 190.34º 0.52% 0.44% -
XYZ 8.99 11.21 16.73 -
YUV 87.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 53 101 111 0.52 0.09 0 0.56 190.34 0.35 0.32
Hex 35 65 6F 34 9 0 38 BE 23 20
Octal 65 145 157 64 11 0 70 276 43 40
Binary 110101 1100101 1101111 110100 1001 0 111000 10111110 100011 100000

Color Harmonies of #35656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35656F

Black with #35656F

Text Example


Text Example

White with #35656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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