Html Css Color HEX #3A6176 Blumine

📋 copy color: '#3A6176'

red 58 ◦ green 97 ◦ blue 118

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

Shades of Blumine #3A6176

Tints of Blumine #3A6176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 21.25%
G = 35.53%
B = 43.22%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A6176 (or 0x3A6176) is known color: Blumine. HEX triplet: 3A, 61 and 76. RGB value is (58,97,118). Sum of RGB (Red+Green+Blue) = 58+97+118=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A6176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6176 is #C59E89. Grayscale: #575757. Windows color (decimal): -12951178 or 7758138. OLE color: 7758138.

HSL color Cylindrical-coordinate representation of color #3A6176: hue angle of 201º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A6176 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 97 118 -
CMYK 0.51 0.18 0 0.54
HSL 201º 0.34% 0.35% -
HSV(B) 201º 0.51% 0.46% -
XYZ 9.29 10.76 18.73 -
YUV 87.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 58 97 118 0.51 0.18 0 0.54 201 0.34 0.35
Hex 3A 61 76 33 12 0 36 C9 22 23
Octal 72 141 166 63 22 0 66 311 42 43
Binary 111010 1100001 1110110 110011 10010 0 110110 11001001 100010 100011

Color Harmonies of #3A6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6176

Black with #3A6176

Text Example


Text Example

White with #3A6176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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