Html Css Color HEX #3A6475 Blumine

📋 copy color: '#3A6475'

red 58 ◦ green 100 ◦ blue 117

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

Shades of Blumine #3A6475

Tints of Blumine #3A6475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 21.09%
G = 36.36%
B = 42.55%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A6475 (or 0x3A6475) is known color: Blumine. HEX triplet: 3A, 64 and 75. RGB value is (58,100,117). Sum of RGB (Red+Green+Blue) = 58+100+117=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A6475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6475 is #C59B8A. Grayscale: #595959. Windows color (decimal): -12950411 or 7693370. OLE color: 7693370.

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

Color convert

RGB 58 100 117 -
CMYK 0.50 0.15 0 0.54
HSL 197.29º 0.34% 0.34% -
HSV(B) 197.29º 0.5% 0.46% -
XYZ 9.51 11.3 18.51 -
YUV 89.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 58 100 117 0.50 0.15 0 0.54 197.29 0.34 0.34
Hex 3A 64 75 32 F 0 36 C5 22 22
Octal 72 144 165 62 17 0 66 305 42 42
Binary 111010 1100100 1110101 110010 1111 0 110110 11000101 100010 100010

Color Harmonies of #3A6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6475

Black with #3A6475

Text Example


Text Example

White with #3A6475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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