Html Css Color HEX #355D70 Blumine

📋 copy color: '#355D70'

red 53 ◦ green 93 ◦ blue 112

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

Shades of Blumine #355D70

Tints of Blumine #355D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 20.54%
G = 36.05%
B = 43.41%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#355D70 (or 0x355D70) is known color: Blumine. HEX triplet: 35, 5D and 70. RGB value is (53,93,112). Sum of RGB (Red+Green+Blue) = 53+93+112=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #355D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D70 is #CAA28F. Grayscale: #535353. Windows color (decimal): -13279888 or 7363893. OLE color: 7363893.

HSL color Cylindrical-coordinate representation of color #355D70: hue angle of 199.32º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #355D70 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 93 112 -
CMYK 0.53 0.17 0 0.56
HSL 199.32º 0.36% 0.32% -
HSV(B) 199.32º 0.53% 0.44% -
XYZ 8.31 9.76 16.77 -
YUV 83.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 53 93 112 0.53 0.17 0 0.56 199.32 0.36 0.32
Hex 35 5D 70 35 11 0 38 C7 24 20
Octal 65 135 160 65 21 0 70 307 44 40
Binary 110101 1011101 1110000 110101 10001 0 111000 11000111 100100 100000

Color Harmonies of #355D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D70

Black with #355D70

Text Example


Text Example

White with #355D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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