Html Css Color HEX #345A71 Blumine

📋 copy color: '#345A71'

red 52 ◦ green 90 ◦ blue 113

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

Shades of Blumine #345A71

Tints of Blumine #345A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.29%

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

R = 20.39%
G = 35.29%
B = 44.31%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345A71 (or 0x345A71) is known color: Blumine. HEX triplet: 34, 5A and 71. RGB value is (52,90,113). Sum of RGB (Red+Green+Blue) = 52+90+113=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #345A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A71 is #CBA58E. Grayscale: #515151. Windows color (decimal): -13346191 or 7428660. OLE color: 7428660.

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

Color convert

RGB 52 90 113 -
CMYK 0.54 0.20 0 0.56
HSL 202.62º 0.37% 0.32% -
HSV(B) 202.62º 0.54% 0.44% -
XYZ 8.05 9.23 16.98 -
YUV 81.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 52 90 113 0.54 0.20 0 0.56 202.62 0.37 0.32
Hex 34 5A 71 36 14 0 38 CB 25 20
Octal 64 132 161 66 24 0 70 313 45 40
Binary 110100 1011010 1110001 110110 10100 0 111000 11001011 100101 100000

Color Harmonies of #345A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A71

Black with #345A71

Text Example


Text Example

White with #345A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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