Html Css Color HEX #3C6475 Blumine

📋 copy color: '#3C6475'

red 60 ◦ green 100 ◦ blue 117

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

Shades of Blumine #3C6475

Tints of Blumine #3C6475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

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

R = 21.66%
G = 36.1%
B = 42.24%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C6475 (or 0x3C6475) is known color: Blumine. HEX triplet: 3C, 64 and 75. RGB value is (60,100,117). Sum of RGB (Red+Green+Blue) = 60+100+117=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C6475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6475 is #C39B8A. Grayscale: #595959. Windows color (decimal): -12819339 or 7693372. OLE color: 7693372.

HSL color Cylindrical-coordinate representation of color #3C6475: hue angle of 197.89º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C6475 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 100 117 -
CMYK 0.49 0.15 0 0.54
HSL 197.89º 0.32% 0.35% -
HSV(B) 197.89º 0.49% 0.46% -
XYZ 9.63 11.36 18.51 -
YUV 89.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 60 100 117 0.49 0.15 0 0.54 197.89 0.32 0.35
Hex 3C 64 75 31 F 0 36 C6 20 23
Octal 74 144 165 61 17 0 66 306 40 43
Binary 111100 1100100 1110101 110001 1111 0 110110 11000110 100000 100011

Color Harmonies of #3C6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6475

Black with #3C6475

Text Example


Text Example

White with #3C6475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,100,117); }

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

background-color css

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

 a { background-color: rgb(60,100,117); }

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

border-color css

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

 span { border-color: rgb(60,100,117); }

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