Html Css Color HEX #3A5E73 Blumine

📋 copy color: '#3A5E73'

red 58 ◦ green 94 ◦ blue 115

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

Shades of Blumine #3A5E73

Tints of Blumine #3A5E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.21%

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

R = 21.72%
G = 35.21%
B = 43.07%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A5E73 (or 0x3A5E73) is known color: Blumine. HEX triplet: 3A, 5E and 73. RGB value is (58,94,115). Sum of RGB (Red+Green+Blue) = 58+94+115=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A5E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E73 is #C5A18C. Grayscale: #555555. Windows color (decimal): -12951949 or 7560762. OLE color: 7560762.

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

Color convert

RGB 58 94 115 -
CMYK 0.50 0.18 0 0.55
HSL 202.11º 0.33% 0.34% -
HSV(B) 202.11º 0.5% 0.45% -
XYZ 8.84 10.14 17.71 -
YUV 85.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 58 94 115 0.50 0.18 0 0.55 202.11 0.33 0.34
Hex 3A 5E 73 32 12 0 37 CA 21 22
Octal 72 136 163 62 22 0 67 312 41 42
Binary 111010 1011110 1110011 110010 10010 0 110111 11001010 100001 100010

Color Harmonies of #3A5E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5E73

Black with #3A5E73

Text Example


Text Example

White with #3A5E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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