Html Css Color HEX #345F71 Blumine

📋 copy color: '#345F71'

red 52 ◦ green 95 ◦ blue 113

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

Shades of Blumine #345F71

Tints of Blumine #345F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

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

R = 20%
G = 36.54%
B = 43.46%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345F71 (or 0x345F71) is known color: Blumine. HEX triplet: 34, 5F and 71. RGB value is (52,95,113). Sum of RGB (Red+Green+Blue) = 52+95+113=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #345F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F71 is #CBA08E. Grayscale: #545454. Windows color (decimal): -13344911 or 7429940. OLE color: 7429940.

HSL color Cylindrical-coordinate representation of color #345F71: hue angle of 197.7º 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 #345F71 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 95 113 -
CMYK 0.54 0.16 0 0.56
HSL 197.7º 0.37% 0.32% -
HSV(B) 197.7º 0.54% 0.44% -
XYZ 8.49 10.11 17.13 -
YUV 84.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 52 95 113 0.54 0.16 0 0.56 197.7 0.37 0.32
Hex 34 5F 71 36 10 0 38 C6 25 20
Octal 64 137 161 66 20 0 70 306 45 40
Binary 110100 1011111 1110001 110110 10000 0 111000 11000110 100101 100000

Color Harmonies of #345F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F71

Black with #345F71

Text Example


Text Example

White with #345F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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