Html Css Color HEX #355D75 Blumine

📋 copy color: '#355D75'

red 53 ◦ green 93 ◦ blue 117

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

Shades of Blumine #355D75

Tints of Blumine #355D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 20.15%
G = 35.36%
B = 44.49%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#355D75 (or 0x355D75) is known color: Blumine. HEX triplet: 35, 5D and 75. RGB value is (53,93,117). Sum of RGB (Red+Green+Blue) = 53+93+117=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #355D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D75 is #CAA28A. Grayscale: #535353. Windows color (decimal): -13279883 or 7691573. OLE color: 7691573.

HSL color Cylindrical-coordinate representation of color #355D75: hue angle of 202.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355D75 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 93 117 -
CMYK 0.55 0.21 0 0.54
HSL 202.5º 0.38% 0.33% -
HSV(B) 202.5º 0.55% 0.46% -
XYZ 8.59 9.87 18.28 -
YUV 83.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 53 93 117 0.55 0.21 0 0.54 202.5 0.38 0.33
Hex 35 5D 75 37 15 0 36 CA 26 21
Octal 65 135 165 67 25 0 66 312 46 41
Binary 110101 1011101 1110101 110111 10101 0 110110 11001010 100110 100001

Color Harmonies of #355D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D75

Black with #355D75

Text Example


Text Example

White with #355D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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