Html Css Color HEX #345D69 Blumine

📋 copy color: '#345D69'

red 52 ◦ green 93 ◦ blue 105

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

Shades of Blumine #345D69

Tints of Blumine #345D69

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.2%

 BLUE value IS 105 (41.41% from 255) = 42%

R = 20.8%
G = 37.2%
B = 42%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#345D69 (or 0x345D69) is known color: Blumine. HEX triplet: 34, 5D and 69. RGB value is (52,93,105). Sum of RGB (Red+Green+Blue) = 52+93+105=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #345D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D69 is #CBA296. Grayscale: #525252. Windows color (decimal): -13345431 or 6905140. OLE color: 6905140.

HSL color Cylindrical-coordinate representation of color #345D69: hue angle of 193.58º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345D69 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 93 105 -
CMYK 0.50 0.11 0 0.59
HSL 193.58º 0.34% 0.31% -
HSV(B) 193.58º 0.5% 0.41% -
XYZ 7.88 9.58 14.8 -
YUV 82.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 52 93 105 0.50 0.11 0 0.59 193.58 0.34 0.31
Hex 34 5D 69 32 B 0 3B C2 22 1F
Octal 64 135 151 62 13 0 73 302 42 37
Binary 110100 1011101 1101001 110010 1011 0 111011 11000010 100010 11111

Color Harmonies of #345D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D69

Black with #345D69

Text Example


Text Example

White with #345D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,93,105); }

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

background-color css

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

 a { background-color: rgb(52,93,105); }

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

border-color css

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

 span { border-color: rgb(52,93,105); }

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