Html Css Color HEX #3A6073 Blumine

📋 copy color: '#3A6073'

red 58 ◦ green 96 ◦ blue 115

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

Shades of Blumine #3A6073

Tints of Blumine #3A6073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.69%

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

R = 21.56%
G = 35.69%
B = 42.75%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A6073 (or 0x3A6073) is known color: Blumine. HEX triplet: 3A, 60 and 73. RGB value is (58,96,115). Sum of RGB (Red+Green+Blue) = 58+96+115=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A6073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6073 is #C59F8C. Grayscale: #565656. Windows color (decimal): -12951437 or 7561274. OLE color: 7561274.

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

Color convert

RGB 58 96 115 -
CMYK 0.50 0.17 0 0.55
HSL 200º 0.33% 0.34% -
HSV(B) 200º 0.5% 0.45% -
XYZ 9.02 10.5 17.77 -
YUV 86.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 58 96 115 0.50 0.17 0 0.55 200 0.33 0.34
Hex 3A 60 73 32 11 0 37 C8 21 22
Octal 72 140 163 62 21 0 67 310 41 42
Binary 111010 1100000 1110011 110010 10001 0 110111 11001000 100001 100010

Color Harmonies of #3A6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6073

Black with #3A6073

Text Example


Text Example

White with #3A6073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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