Html Css Color HEX #355D69 Blumine

📋 copy color: '#355D69'

red 53 ◦ green 93 ◦ blue 105

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

Shades of Blumine #355D69

Tints of Blumine #355D69

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.05%

 BLUE value IS 105 (41.41% from 255) = 41.83%

R = 21.12%
G = 37.05%
B = 41.83%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#355D69 (or 0x355D69) is known color: Blumine. HEX triplet: 35, 5D and 69. RGB value is (53,93,105). Sum of RGB (Red+Green+Blue) = 53+93+105=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #355D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D69 is #CAA296. Grayscale: #525252. Windows color (decimal): -13279895 or 6905141. OLE color: 6905141.

HSL color Cylindrical-coordinate representation of color #355D69: hue angle of 193.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #355D69 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 93 105 -
CMYK 0.50 0.11 0 0.59
HSL 193.85º 0.33% 0.31% -
HSV(B) 193.85º 0.5% 0.41% -
XYZ 7.93 9.61 14.8 -
YUV 82.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 53 93 105 0.50 0.11 0 0.59 193.85 0.33 0.31
Hex 35 5D 69 32 B 0 3B C2 21 1F
Octal 65 135 151 62 13 0 73 302 41 37
Binary 110101 1011101 1101001 110010 1011 0 111011 11000010 100001 11111

Color Harmonies of #355D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D69

Black with #355D69

Text Example


Text Example

White with #355D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,93,105); }

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

background-color css

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

 a { background-color: rgb(53,93,105); }

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

border-color css

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

 span { border-color: rgb(53,93,105); }

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