Html Css Color HEX #3A6174 Blumine

📋 copy color: '#3A6174'

red 58 ◦ green 97 ◦ blue 116

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

Shades of Blumine #3A6174

Tints of Blumine #3A6174

RGB

 RED value IS 58 (23.05% from 255) = 21.4%

 GREEN value IS 97 (38.28% from 255) = 35.79%

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 21.4%
G = 35.79%
B = 42.8%

CMYK

 C value IS 0.5

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A6174 (or 0x3A6174) is known color: Blumine. HEX triplet: 3A, 61 and 74. RGB value is (58,97,116). Sum of RGB (Red+Green+Blue) = 58+97+116=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #3A6174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6174 is #C59E8B. Grayscale: #575757. Windows color (decimal): -12951180 or 7627066. OLE color: 7627066.

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

Color convert

RGB 58 97 116 -
CMYK 0.5 0.16 0 0.55
HSL 199.66º 0.33% 0.34% -
HSV(B) 199.66º 0.5% 0.45% -
XYZ 9.17 10.71 18.11 -
YUV 87.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 58 97 116 0.5 0.16 0 0.55 199.66 0.33 0.34
Hex 3A 61 74 32 10 0 37 C8 21 22
Octal 72 141 164 62 20 0 67 310 41 42
Binary 111010 1100001 1110100 110010 10000 0 110111 11001000 100001 100010

Color Harmonies of #3A6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6174

Black with #3A6174

Text Example


Text Example

White with #3A6174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,97,116); }

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

background-color css

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

 a { background-color: rgb(58,97,116); }

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

border-color css

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

 span { border-color: rgb(58,97,116); }

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