Html Css Color HEX #345A73 Blumine

📋 copy color: '#345A73'

red 52 ◦ green 90 ◦ blue 115

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

Shades of Blumine #345A73

Tints of Blumine #345A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.75%

R = 20.23%
G = 35.02%
B = 44.75%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345A73 (or 0x345A73) is known color: Blumine. HEX triplet: 34, 5A and 73. RGB value is (52,90,115). Sum of RGB (Red+Green+Blue) = 52+90+115=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #345A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A73 is #CBA58C. Grayscale: #515151. Windows color (decimal): -13346189 or 7559732. OLE color: 7559732.

HSL color Cylindrical-coordinate representation of color #345A73: hue angle of 203.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #345A73 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 90 115 -
CMYK 0.55 0.22 0 0.55
HSL 203.81º 0.38% 0.33% -
HSV(B) 203.81º 0.55% 0.45% -
XYZ 8.17 9.28 17.58 -
YUV 81.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 52 90 115 0.55 0.22 0 0.55 203.81 0.38 0.33
Hex 34 5A 73 37 16 0 37 CC 26 21
Octal 64 132 163 67 26 0 67 314 46 41
Binary 110100 1011010 1110011 110111 10110 0 110111 11001100 100110 100001

Color Harmonies of #345A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A73

Black with #345A73

Text Example


Text Example

White with #345A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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