Html Css Color HEX #345E74 Blumine

📋 copy color: '#345E74'

red 52 ◦ green 94 ◦ blue 116

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

Shades of Blumine #345E74

Tints of Blumine #345E74

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.88%

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 19.85%
G = 35.88%
B = 44.27%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#345E74 (or 0x345E74) is known color: Blumine. HEX triplet: 34, 5E and 74. RGB value is (52,94,116). Sum of RGB (Red+Green+Blue) = 52+94+116=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #345E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E74 is #CBA18B. Grayscale: #535353. Windows color (decimal): -13345164 or 7626292. OLE color: 7626292.

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

Color convert

RGB 52 94 116 -
CMYK 0.55 0.19 0 0.55
HSL 200.63º 0.38% 0.33% -
HSV(B) 200.63º 0.55% 0.45% -
XYZ 8.57 10 18 -
YUV 83.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 52 94 116 0.55 0.19 0 0.55 200.63 0.38 0.33
Hex 34 5E 74 37 13 0 37 C9 26 21
Octal 64 136 164 67 23 0 67 311 46 41
Binary 110100 1011110 1110100 110111 10011 0 110111 11001001 100110 100001

Color Harmonies of #345E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E74

Black with #345E74

Text Example


Text Example

White with #345E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,94,116); }

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

background-color css

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

 a { background-color: rgb(52,94,116); }

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

border-color css

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

 span { border-color: rgb(52,94,116); }

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