Html Css Color HEX #3C6072 Blumine

📋 copy color: '#3C6072'

red 60 ◦ green 96 ◦ blue 114

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

Shades of Blumine #3C6072

Tints of Blumine #3C6072

RGB

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

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

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

R = 22.22%
G = 35.56%
B = 42.22%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C6072 (or 0x3C6072) is known color: Blumine. HEX triplet: 3C, 60 and 72. RGB value is (60,96,114). Sum of RGB (Red+Green+Blue) = 60+96+114=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C6072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6072 is #C39F8D. Grayscale: #575757. Windows color (decimal): -12820366 or 7495740. OLE color: 7495740.

HSL color Cylindrical-coordinate representation of color #3C6072: hue angle of 200º 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 #3C6072 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 96 114 -
CMYK 0.47 0.16 0 0.55
HSL 200º 0.31% 0.34% -
HSV(B) 200º 0.47% 0.45% -
XYZ 9.08 10.54 17.48 -
YUV 87.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 60 96 114 0.47 0.16 0 0.55 200 0.31 0.34
Hex 3C 60 72 2F 10 0 37 C8 1F 22
Octal 74 140 162 57 20 0 67 310 37 42
Binary 111100 1100000 1110010 101111 10000 0 110111 11001000 11111 100010

Color Harmonies of #3C6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6072

Black with #3C6072

Text Example


Text Example

White with #3C6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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