Html Css Color HEX #3A5C72 Blumine

📋 copy color: '#3A5C72'

red 58 ◦ green 92 ◦ blue 114

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

Shades of Blumine #3A5C72

Tints of Blumine #3A5C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.85%

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 21.97%
G = 34.85%
B = 43.18%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A5C72 (or 0x3A5C72) is known color: Blumine. HEX triplet: 3A, 5C and 72. RGB value is (58,92,114). Sum of RGB (Red+Green+Blue) = 58+92+114=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A5C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C72 is #C5A38D. Grayscale: #545454. Windows color (decimal): -12952462 or 7494714. OLE color: 7494714.

HSL color Cylindrical-coordinate representation of color #3A5C72: hue angle of 203.57º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A5C72 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 92 114 -
CMYK 0.49 0.19 0 0.55
HSL 203.57º 0.33% 0.34% -
HSV(B) 203.57º 0.49% 0.45% -
XYZ 8.61 9.77 17.35 -
YUV 84.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 58 92 114 0.49 0.19 0 0.55 203.57 0.33 0.34
Hex 3A 5C 72 31 13 0 37 CC 21 22
Octal 72 134 162 61 23 0 67 314 41 42
Binary 111010 1011100 1110010 110001 10011 0 110111 11001100 100001 100010

Color Harmonies of #3A5C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5C72

Black with #3A5C72

Text Example


Text Example

White with #3A5C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,92,114); }

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

background-color css

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

 a { background-color: rgb(58,92,114); }

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

border-color css

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

 span { border-color: rgb(58,92,114); }

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