Html Css Color HEX #3A586E Blumine

📋 copy color: '#3A586E'

red 58 ◦ green 88 ◦ blue 110

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

Shades of Blumine #3A586E

Tints of Blumine #3A586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

 BLUE value IS 110 (43.36% from 255) = 42.97%

R = 22.66%
G = 34.38%
B = 42.97%

CMYK

 C value IS 0.47

 M value IS 0.2

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A586E (or 0x3A586E) is known color: Blumine. HEX triplet: 3A, 58 and 6E. RGB value is (58,88,110). Sum of RGB (Red+Green+Blue) = 58+88+110=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A586E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A586E is #C5A791. Grayscale: #515151. Windows color (decimal): -12953490 or 7231546. OLE color: 7231546.

HSL color Cylindrical-coordinate representation of color #3A586E: hue angle of 205.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A586E is Cyan = 0.47, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 88 110 -
CMYK 0.47 0.2 0 0.57
HSL 205.38º 0.31% 0.33% -
HSV(B) 205.38º 0.47% 0.43% -
XYZ 8.05 9 16.07 -
YUV 81.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 58 88 110 0.47 0.2 0 0.57 205.38 0.31 0.33
Hex 3A 58 6E 2F 14 0 39 CD 1F 21
Octal 72 130 156 57 24 0 71 315 37 41
Binary 111010 1011000 1101110 101111 10100 0 111001 11001101 11111 100001

Color Harmonies of #3A586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A586E

Black with #3A586E

Text Example


Text Example

White with #3A586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,88,110); }

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

background-color css

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

 a { background-color: rgb(58,88,110); }

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

border-color css

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

 span { border-color: rgb(58,88,110); }

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