Html Css Color HEX #3C6571 Blumine

📋 copy color: '#3C6571'

red 60 ◦ green 101 ◦ blue 113

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

Shades of Blumine #3C6571

Tints of Blumine #3C6571

RGB

 RED value IS 60 (23.83% from 255) = 21.9%

 GREEN value IS 101 (39.84% from 255) = 36.86%

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

R = 21.9%
G = 36.86%
B = 41.24%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C6571 (or 0x3C6571) is known color: Blumine. HEX triplet: 3C, 65 and 71. RGB value is (60,101,113). Sum of RGB (Red+Green+Blue) = 60+101+113=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C6571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6571 is #C39A8E. Grayscale: #5A5A5A. Windows color (decimal): -12819087 or 7431484. OLE color: 7431484.

HSL color Cylindrical-coordinate representation of color #3C6571: hue angle of 193.58º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C6571 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 101 113 -
CMYK 0.47 0.11 0 0.56
HSL 193.58º 0.31% 0.34% -
HSV(B) 193.58º 0.47% 0.44% -
XYZ 9.5 11.46 17.33 -
YUV 90.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 60 101 113 0.47 0.11 0 0.56 193.58 0.31 0.34
Hex 3C 65 71 2F B 0 38 C2 1F 22
Octal 74 145 161 57 13 0 70 302 37 42
Binary 111100 1100101 1110001 101111 1011 0 111000 11000010 11111 100010

Color Harmonies of #3C6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6571

Black with #3C6571

Text Example


Text Example

White with #3C6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C6571; }

 p { color: rgb(60,101,113); }

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

background-color css

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

 a { background-color: rgb(60,101,113); }

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

border-color css

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

 span { border-color: rgb(60,101,113); }

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