Html Css Color HEX #3A6473 Blumine

📋 copy color: '#3A6473'

red 58 ◦ green 100 ◦ blue 115

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

Shades of Blumine #3A6473

Tints of Blumine #3A6473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.63%

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

R = 21.25%
G = 36.63%
B = 42.12%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A6473 (or 0x3A6473) is known color: Blumine. HEX triplet: 3A, 64 and 73. RGB value is (58,100,115). Sum of RGB (Red+Green+Blue) = 58+100+115=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A6473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6473 is #C59B8C. Grayscale: #595959. Windows color (decimal): -12950413 or 7562298. OLE color: 7562298.

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

Color convert

RGB 58 100 115 -
CMYK 0.50 0.13 0 0.55
HSL 195.79º 0.33% 0.34% -
HSV(B) 195.79º 0.5% 0.45% -
XYZ 9.4 11.25 17.9 -
YUV 89.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 58 100 115 0.50 0.13 0 0.55 195.79 0.33 0.34
Hex 3A 64 73 32 D 0 37 C4 21 22
Octal 72 144 163 62 15 0 67 304 41 42
Binary 111010 1100100 1110011 110010 1101 0 110111 11000100 100001 100010

Color Harmonies of #3A6473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6473

Black with #3A6473

Text Example


Text Example

White with #3A6473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,100,115); }

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

background-color css

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

 a { background-color: rgb(58,100,115); }

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

border-color css

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

 span { border-color: rgb(58,100,115); }

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