Html Css Color HEX #3C626E Blumine

📋 copy color: '#3C626E'

red 60 ◦ green 98 ◦ blue 110

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

Shades of Blumine #3C626E

Tints of Blumine #3C626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.57%

 BLUE value IS 110 (43.36% from 255) = 41.04%

R = 22.39%
G = 36.57%
B = 41.04%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C626E (or 0x3C626E) is known color: Blumine. HEX triplet: 3C, 62 and 6E. RGB value is (60,98,110). Sum of RGB (Red+Green+Blue) = 60+98+110=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C626E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C626E is #C39D91. Grayscale: #575757. Windows color (decimal): -12819858 or 7234108. OLE color: 7234108.

HSL color Cylindrical-coordinate representation of color #3C626E: hue angle of 194.4º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C626E is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 98 110 -
CMYK 0.45 0.11 0 0.57
HSL 194.4º 0.29% 0.33% -
HSV(B) 194.4º 0.45% 0.43% -
XYZ 9.05 10.82 16.36 -
YUV 88.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 60 98 110 0.45 0.11 0 0.57 194.4 0.29 0.33
Hex 3C 62 6E 2D B 0 39 C2 1D 21
Octal 74 142 156 55 13 0 71 302 35 41
Binary 111100 1100010 1101110 101101 1011 0 111001 11000010 11101 100001

Color Harmonies of #3C626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C626E

Black with #3C626E

Text Example


Text Example

White with #3C626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,98,110); }

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

background-color css

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

 a { background-color: rgb(60,98,110); }

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

border-color css

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

 span { border-color: rgb(60,98,110); }

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