Html Css Color HEX #355F69 Blumine

📋 copy color: '#355F69'

red 53 ◦ green 95 ◦ blue 105

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

Shades of Blumine #355F69

Tints of Blumine #355F69

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.55%

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

R = 20.95%
G = 37.55%
B = 41.5%

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

#355F69 (or 0x355F69) is known color: Blumine. HEX triplet: 35, 5F and 69. RGB value is (53,95,105). Sum of RGB (Red+Green+Blue) = 53+95+105=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #355F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F69 is #CAA096. Grayscale: #535353. Windows color (decimal): -13279383 or 6905653. OLE color: 6905653.

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

Color convert

RGB 53 95 105 -
CMYK 0.50 0.10 0 0.59
HSL 191.54º 0.33% 0.31% -
HSV(B) 191.54º 0.5% 0.41% -
XYZ 8.11 9.96 14.86 -
YUV 83.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 53 95 105 0.50 0.10 0 0.59 191.54 0.33 0.31
Hex 35 5F 69 32 A 0 3B C0 21 1F
Octal 65 137 151 62 12 0 73 300 41 37
Binary 110101 1011111 1101001 110010 1010 0 111011 11000000 100001 11111

Color Harmonies of #355F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F69

Black with #355F69

Text Example


Text Example

White with #355F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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