Html Css Color HEX #355B65 Blumine

📋 copy color: '#355B65'

red 53 ◦ green 91 ◦ blue 101

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

Shades of Blumine #355B65

Tints of Blumine #355B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.14%

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 21.63%
G = 37.14%
B = 41.22%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#355B65 (or 0x355B65) is known color: Blumine. HEX triplet: 35, 5B and 65. RGB value is (53,91,101). Sum of RGB (Red+Green+Blue) = 53+91+101=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #355B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B65 is #CAA49A. Grayscale: #505050. Windows color (decimal): -13280411 or 6642485. OLE color: 6642485.

HSL color Cylindrical-coordinate representation of color #355B65: hue angle of 192.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #355B65 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 91 101 -
CMYK 0.48 0.10 0 0.60
HSL 192.5º 0.31% 0.3% -
HSV(B) 192.5º 0.48% 0.4% -
XYZ 7.56 9.18 13.69 -
YUV 80.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 53 91 101 0.48 0.10 0 0.60 192.5 0.31 0.3
Hex 35 5B 65 30 A 0 3C C0 1F 1E
Octal 65 133 145 60 12 0 74 300 37 36
Binary 110101 1011011 1100101 110000 1010 0 111100 11000000 11111 11110

Color Harmonies of #355B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B65

Black with #355B65

Text Example


Text Example

White with #355B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355B65; }

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

 H1.HeaderClassName
 {
   color: #355B65;
 }
 .AnyTagClassName
 {
   color: #355B65;
 }
</style>

background-color css

<style>
 a { background-color: #355B65; }

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

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

border-color css

<style>
 span { border-color: #355B65; }

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

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