Html Css Color HEX #345D6B Blumine

📋 copy color: '#345D6B'

red 52 ◦ green 93 ◦ blue 107

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

Shades of Blumine #345D6B

Tints of Blumine #345D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.46%

R = 20.63%
G = 36.9%
B = 42.46%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#345D6B (or 0x345D6B) is known color: Blumine. HEX triplet: 34, 5D and 6B. RGB value is (52,93,107). Sum of RGB (Red+Green+Blue) = 52+93+107=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 107 - color contains mainly: blue. Hex color #345D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D6B is #CBA294. Grayscale: #525252. Windows color (decimal): -13345429 or 7036212. OLE color: 7036212.

HSL color Cylindrical-coordinate representation of color #345D6B: hue angle of 195.27º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #345D6B is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 93 107 -
CMYK 0.51 0.13 0 0.58
HSL 195.27º 0.35% 0.31% -
HSV(B) 195.27º 0.51% 0.42% -
XYZ 7.98 9.62 15.35 -
YUV 82.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 52 93 107 0.51 0.13 0 0.58 195.27 0.35 0.31
Hex 34 5D 6B 33 D 0 3A C3 23 1F
Octal 64 135 153 63 15 0 72 303 43 37
Binary 110100 1011101 1101011 110011 1101 0 111010 11000011 100011 11111

Color Harmonies of #345D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D6B

Black with #345D6B

Text Example


Text Example

White with #345D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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