Html Css Color HEX #3A6673 Blumine

📋 copy color: '#3A6673'

red 58 ◦ green 102 ◦ blue 115

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

Shades of Blumine #3A6673

Tints of Blumine #3A6673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

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

R = 21.09%
G = 37.09%
B = 41.82%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A6673 (or 0x3A6673) is known color: Blumine. HEX triplet: 3A, 66 and 73. RGB value is (58,102,115). Sum of RGB (Red+Green+Blue) = 58+102+115=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A6673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6673 is #C5998C. Grayscale: #5A5A5A. Windows color (decimal): -12949901 or 7562810. OLE color: 7562810.

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

Color convert

RGB 58 102 115 -
CMYK 0.50 0.11 0 0.55
HSL 193.68º 0.33% 0.34% -
HSV(B) 193.68º 0.5% 0.45% -
XYZ 9.59 11.64 17.96 -
YUV 90.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 58 102 115 0.50 0.11 0 0.55 193.68 0.33 0.34
Hex 3A 66 73 32 B 0 37 C2 21 22
Octal 72 146 163 62 13 0 67 302 41 42
Binary 111010 1100110 1110011 110010 1011 0 110111 11000010 100001 100010

Color Harmonies of #3A6673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6673

Black with #3A6673

Text Example


Text Example

White with #3A6673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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