Html Css Color HEX #345C73 Blumine

📋 copy color: '#345C73'

red 52 ◦ green 92 ◦ blue 115

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

Shades of Blumine #345C73

Tints of Blumine #345C73

RGB

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

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

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

R = 20.08%
G = 35.52%
B = 44.4%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345C73 (or 0x345C73) is known color: Blumine. HEX triplet: 34, 5C and 73. RGB value is (52,92,115). Sum of RGB (Red+Green+Blue) = 52+92+115=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #345C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C73 is #CBA38C. Grayscale: #525252. Windows color (decimal): -13345677 or 7560244. OLE color: 7560244.

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

Color convert

RGB 52 92 115 -
CMYK 0.55 0.20 0 0.55
HSL 201.9º 0.38% 0.33% -
HSV(B) 201.9º 0.55% 0.45% -
XYZ 8.34 9.62 17.64 -
YUV 82.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 52 92 115 0.55 0.20 0 0.55 201.9 0.38 0.33
Hex 34 5C 73 37 14 0 37 CA 26 21
Octal 64 134 163 67 24 0 67 312 46 41
Binary 110100 1011100 1110011 110111 10100 0 110111 11001010 100110 100001

Color Harmonies of #345C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C73

Black with #345C73

Text Example


Text Example

White with #345C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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