Html Css Color HEX #345969 Blumine

📋 copy color: '#345969'

red 52 ◦ green 89 ◦ blue 105

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

Shades of Blumine #345969

Tints of Blumine #345969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

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

R = 21.14%
G = 36.18%
B = 42.68%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#345969 (or 0x345969) is known color: Blumine. HEX triplet: 34, 59 and 69. RGB value is (52,89,105). Sum of RGB (Red+Green+Blue) = 52+89+105=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #345969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345969 is #CBA696. Grayscale: #4F4F4F. Windows color (decimal): -13346455 or 6904116. OLE color: 6904116.

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

Color convert

RGB 52 89 105 -
CMYK 0.50 0.15 0 0.59
HSL 198.11º 0.34% 0.31% -
HSV(B) 198.11º 0.5% 0.41% -
XYZ 7.54 8.89 14.68 -
YUV 79.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 52 89 105 0.50 0.15 0 0.59 198.11 0.34 0.31
Hex 34 59 69 32 F 0 3B C6 22 1F
Octal 64 131 151 62 17 0 73 306 42 37
Binary 110100 1011001 1101001 110010 1111 0 111011 11000110 100010 11111

Color Harmonies of #345969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345969

Black with #345969

Text Example


Text Example

White with #345969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345969; }

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

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

background-color css

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

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

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

border-color css

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

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

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