Html Css Color HEX #345971 Blumine

📋 copy color: '#345971'

red 52 ◦ green 89 ◦ blue 113

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

Shades of Blumine #345971

Tints of Blumine #345971

RGB

 RED value IS 52 (20.7% from 255) = 20.47%

 GREEN value IS 89 (35.16% from 255) = 35.04%

 BLUE value IS 113 (44.53% from 255) = 44.49%

R = 20.47%
G = 35.04%
B = 44.49%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345971 (or 0x345971) is known color: Blumine. HEX triplet: 34, 59 and 71. RGB value is (52,89,113). Sum of RGB (Red+Green+Blue) = 52+89+113=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #345971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345971 is #CBA68E. Grayscale: #505050. Windows color (decimal): -13346447 or 7428404. OLE color: 7428404.

HSL color Cylindrical-coordinate representation of color #345971: hue angle of 203.61º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345971 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 89 113 -
CMYK 0.54 0.21 0 0.56
HSL 203.61º 0.37% 0.32% -
HSV(B) 203.61º 0.54% 0.44% -
XYZ 7.97 9.07 16.95 -
YUV 80.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 52 89 113 0.54 0.21 0 0.56 203.61 0.37 0.32
Hex 34 59 71 36 15 0 38 CC 25 20
Octal 64 131 161 66 25 0 70 314 45 40
Binary 110100 1011001 1110001 110110 10101 0 111000 11001100 100101 100000

Color Harmonies of #345971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345971

Black with #345971

Text Example


Text Example

White with #345971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345971; }

 p { color: rgb(52,89,113); }

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

background-color css

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

 a { background-color: rgb(52,89,113); }

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

border-color css

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

 span { border-color: rgb(52,89,113); }

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