Html Css Color HEX #3C606F Blumine

📋 copy color: '#3C606F'

red 60 ◦ green 96 ◦ blue 111

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

Shades of Blumine #3C606F

Tints of Blumine #3C606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 111 (43.75% from 255) = 41.57%

R = 22.47%
G = 35.96%
B = 41.57%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C606F (or 0x3C606F) is known color: Blumine. HEX triplet: 3C, 60 and 6F. RGB value is (60,96,111). Sum of RGB (Red+Green+Blue) = 60+96+111=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C606F is #C39F90. Grayscale: #565656. Windows color (decimal): -12820369 or 7299132. OLE color: 7299132.

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

Color convert

RGB 60 96 111 -
CMYK 0.46 0.14 0 0.56
HSL 197.65º 0.3% 0.34% -
HSV(B) 197.65º 0.46% 0.44% -
XYZ 8.92 10.47 16.59 -
YUV 86.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 60 96 111 0.46 0.14 0 0.56 197.65 0.3 0.34
Hex 3C 60 6F 2E E 0 38 C6 1E 22
Octal 74 140 157 56 16 0 70 306 36 42
Binary 111100 1100000 1101111 101110 1110 0 111000 11000110 11110 100010

Color Harmonies of #3C606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C606F

Black with #3C606F

Text Example


Text Example

White with #3C606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,96,111); }

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

background-color css

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

 a { background-color: rgb(60,96,111); }

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

border-color css

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

 span { border-color: rgb(60,96,111); }

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