Html Css Color HEX #3C6073 Blumine

📋 copy color: '#3C6073'

red 60 ◦ green 96 ◦ blue 115

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

Shades of Blumine #3C6073

Tints of Blumine #3C6073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 22.14%
G = 35.42%
B = 42.44%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C6073 (or 0x3C6073) is known color: Blumine. HEX triplet: 3C, 60 and 73. RGB value is (60,96,115). Sum of RGB (Red+Green+Blue) = 60+96+115=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C6073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6073 is #C39F8C. Grayscale: #575757. Windows color (decimal): -12820365 or 7561276. OLE color: 7561276.

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

Color convert

RGB 60 96 115 -
CMYK 0.48 0.17 0 0.55
HSL 200.73º 0.31% 0.34% -
HSV(B) 200.73º 0.48% 0.45% -
XYZ 9.14 10.56 17.78 -
YUV 87.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 60 96 115 0.48 0.17 0 0.55 200.73 0.31 0.34
Hex 3C 60 73 30 11 0 37 C9 1F 22
Octal 74 140 163 60 21 0 67 311 37 42
Binary 111100 1100000 1110011 110000 10001 0 110111 11001001 11111 100010

Color Harmonies of #3C6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6073

Black with #3C6073

Text Example


Text Example

White with #3C6073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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