Html Css Color HEX #356375 Blumine

📋 copy color: '#356375'

red 53 ◦ green 99 ◦ blue 117

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

Shades of Blumine #356375

Tints of Blumine #356375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 19.7%
G = 36.8%
B = 43.49%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#356375 (or 0x356375) is known color: Blumine. HEX triplet: 35, 63 and 75. RGB value is (53,99,117). Sum of RGB (Red+Green+Blue) = 53+99+117=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #356375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356375 is #CA9C8A. Grayscale: #575757. Windows color (decimal): -13278347 or 7693109. OLE color: 7693109.

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

Color convert

RGB 53 99 117 -
CMYK 0.55 0.15 0 0.54
HSL 196.88º 0.38% 0.33% -
HSV(B) 196.88º 0.55% 0.46% -
XYZ 9.14 10.96 18.46 -
YUV 87.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 53 99 117 0.55 0.15 0 0.54 196.88 0.38 0.33
Hex 35 63 75 37 F 0 36 C5 26 21
Octal 65 143 165 67 17 0 66 305 46 41
Binary 110101 1100011 1110101 110111 1111 0 110110 11000101 100110 100001

Color Harmonies of #356375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356375

Black with #356375

Text Example


Text Example

White with #356375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356375; }

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

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

background-color css

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

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

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

border-color css

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

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

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