Html Css Color HEX #356975 Blumine

📋 copy color: '#356975'

red 53 ◦ green 105 ◦ blue 117

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

Shades of Blumine #356975

Tints of Blumine #356975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.18%

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

R = 19.27%
G = 38.18%
B = 42.55%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356975 (or 0x356975) is known color: Blumine. HEX triplet: 35, 69 and 75. RGB value is (53,105,117). Sum of RGB (Red+Green+Blue) = 53+105+117=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #356975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356975 is #CA968A. Grayscale: #5A5A5A. Windows color (decimal): -13276811 or 7694645. OLE color: 7694645.

HSL color Cylindrical-coordinate representation of color #356975: hue angle of 191.25º 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 #356975 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 105 117 -
CMYK 0.55 0.10 0 0.54
HSL 191.25º 0.38% 0.33% -
HSV(B) 191.25º 0.55% 0.46% -
XYZ 9.73 12.14 18.66 -
YUV 90.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 53 105 117 0.55 0.10 0 0.54 191.25 0.38 0.33
Hex 35 69 75 37 A 0 36 BF 26 21
Octal 65 151 165 67 12 0 66 277 46 41
Binary 110101 1101001 1110101 110111 1010 0 110110 10111111 100110 100001

Color Harmonies of #356975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356975

Black with #356975

Text Example


Text Example

White with #356975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356975; }

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

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

background-color css

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

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

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

border-color css

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

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

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