Html Css Color HEX #3C6472 Blumine

📋 copy color: '#3C6472'

red 60 ◦ green 100 ◦ blue 114

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

Shades of Blumine #3C6472

Tints of Blumine #3C6472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.61%

R = 21.9%
G = 36.5%
B = 41.61%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C6472 (or 0x3C6472) is known color: Blumine. HEX triplet: 3C, 64 and 72. RGB value is (60,100,114). Sum of RGB (Red+Green+Blue) = 60+100+114=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C6472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6472 is #C39B8D. Grayscale: #595959. Windows color (decimal): -12819342 or 7496764. OLE color: 7496764.

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

Color convert

RGB 60 100 114 -
CMYK 0.47 0.12 0 0.55
HSL 195.56º 0.31% 0.34% -
HSV(B) 195.56º 0.47% 0.45% -
XYZ 9.46 11.29 17.6 -
YUV 89.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 60 100 114 0.47 0.12 0 0.55 195.56 0.31 0.34
Hex 3C 64 72 2F C 0 37 C4 1F 22
Octal 74 144 162 57 14 0 67 304 37 42
Binary 111100 1100100 1110010 101111 1100 0 110111 11000100 11111 100010

Color Harmonies of #3C6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6472

Black with #3C6472

Text Example


Text Example

White with #3C6472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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