Html Css Color HEX #355E69 Blumine

📋 copy color: '#355E69'

red 53 ◦ green 94 ◦ blue 105

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

Shades of Blumine #355E69

Tints of Blumine #355E69

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.3%

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

R = 21.03%
G = 37.3%
B = 41.67%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#355E69 (or 0x355E69) is known color: Blumine. HEX triplet: 35, 5E and 69. RGB value is (53,94,105). Sum of RGB (Red+Green+Blue) = 53+94+105=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #355E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E69 is #CAA196. Grayscale: #525252. Windows color (decimal): -13279639 or 6905397. OLE color: 6905397.

HSL color Cylindrical-coordinate representation of color #355E69: hue angle of 192.69º 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 #355E69 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 94 105 -
CMYK 0.50 0.10 0 0.59
HSL 192.69º 0.33% 0.31% -
HSV(B) 192.69º 0.5% 0.41% -
XYZ 8.02 9.78 14.83 -
YUV 83 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 53 94 105 0.50 0.10 0 0.59 192.69 0.33 0.31
Hex 35 5E 69 32 A 0 3B C1 21 1F
Octal 65 136 151 62 12 0 73 301 41 37
Binary 110101 1011110 1101001 110010 1010 0 111011 11000001 100001 11111

Color Harmonies of #355E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E69

Black with #355E69

Text Example


Text Example

White with #355E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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