Html Css Color HEX #3A586C Blumine

📋 copy color: '#3A586C'

red 58 ◦ green 88 ◦ blue 108

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

Shades of Blumine #3A586C

Tints of Blumine #3A586C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 22.83%
G = 34.65%
B = 42.52%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A586C (or 0x3A586C) is known color: Blumine. HEX triplet: 3A, 58 and 6C. RGB value is (58,88,108). Sum of RGB (Red+Green+Blue) = 58+88+108=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A586C is #C5A793. Grayscale: #515151. Windows color (decimal): -12953492 or 7100474. OLE color: 7100474.

HSL color Cylindrical-coordinate representation of color #3A586C: hue angle of 204º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A586C is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 88 108 -
CMYK 0.46 0.19 0 0.58
HSL 204º 0.3% 0.33% -
HSV(B) 204º 0.46% 0.42% -
XYZ 7.94 8.96 15.5 -
YUV 81.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 58 88 108 0.46 0.19 0 0.58 204 0.3 0.33
Hex 3A 58 6C 2E 13 0 3A CC 1E 21
Octal 72 130 154 56 23 0 72 314 36 41
Binary 111010 1011000 1101100 101110 10011 0 111010 11001100 11110 100001

Color Harmonies of #3A586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A586C

Black with #3A586C

Text Example


Text Example

White with #3A586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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