Html Css Color HEX #345C69 Blumine

📋 copy color: '#345C69'

red 52 ◦ green 92 ◦ blue 105

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

Shades of Blumine #345C69

Tints of Blumine #345C69

RGB

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

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

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

R = 20.88%
G = 36.95%
B = 42.17%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#345C69 (or 0x345C69) is known color: Blumine. HEX triplet: 34, 5C and 69. RGB value is (52,92,105). Sum of RGB (Red+Green+Blue) = 52+92+105=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #345C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C69 is #CBA396. Grayscale: #515151. Windows color (decimal): -13345687 or 6904884. OLE color: 6904884.

HSL color Cylindrical-coordinate representation of color #345C69: hue angle of 194.72º 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 #345C69 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 92 105 -
CMYK 0.50 0.12 0 0.59
HSL 194.72º 0.34% 0.31% -
HSV(B) 194.72º 0.5% 0.41% -
XYZ 7.79 9.4 14.77 -
YUV 81.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 52 92 105 0.50 0.12 0 0.59 194.72 0.34 0.31
Hex 34 5C 69 32 C 0 3B C3 22 1F
Octal 64 134 151 62 14 0 73 303 42 37
Binary 110100 1011100 1101001 110010 1100 0 111011 11000011 100010 11111

Color Harmonies of #345C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C69

Black with #345C69

Text Example


Text Example

White with #345C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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