Html Css Color HEX #356671 Blumine

📋 copy color: '#356671'

red 53 ◦ green 102 ◦ blue 113

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

Shades of Blumine #356671

Tints of Blumine #356671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.06%

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 19.78%
G = 38.06%
B = 42.16%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356671 (or 0x356671) is known color: Blumine. HEX triplet: 35, 66 and 71. RGB value is (53,102,113). Sum of RGB (Red+Green+Blue) = 53+102+113=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #356671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356671 is #CA998E. Grayscale: #585858. Windows color (decimal): -13277583 or 7431733. OLE color: 7431733.

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

Color convert

RGB 53 102 113 -
CMYK 0.53 0.10 0 0.56
HSL 191º 0.36% 0.33% -
HSV(B) 191º 0.53% 0.44% -
XYZ 9.2 11.45 17.35 -
YUV 88.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 53 102 113 0.53 0.10 0 0.56 191 0.36 0.33
Hex 35 66 71 35 A 0 38 BF 24 21
Octal 65 146 161 65 12 0 70 277 44 41
Binary 110101 1100110 1110001 110101 1010 0 111000 10111111 100100 100001

Color Harmonies of #356671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356671

Black with #356671

Text Example


Text Example

White with #356671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356671; }

 p { color: rgb(53,102,113); }

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

background-color css

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

 a { background-color: rgb(53,102,113); }

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

border-color css

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

 span { border-color: rgb(53,102,113); }

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