Html Css Color HEX #345B69 Blumine

📋 copy color: '#345B69'

red 52 ◦ green 91 ◦ blue 105

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

Shades of Blumine #345B69

Tints of Blumine #345B69

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.69%

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

R = 20.97%
G = 36.69%
B = 42.34%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#345B69 (or 0x345B69) is known color: Blumine. HEX triplet: 34, 5B and 69. RGB value is (52,91,105). Sum of RGB (Red+Green+Blue) = 52+91+105=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #345B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B69 is #CBA496. Grayscale: #505050. Windows color (decimal): -13345943 or 6904628. OLE color: 6904628.

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

Color convert

RGB 52 91 105 -
CMYK 0.50 0.13 0 0.59
HSL 195.85º 0.34% 0.31% -
HSV(B) 195.85º 0.5% 0.41% -
XYZ 7.71 9.23 14.74 -
YUV 80.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 52 91 105 0.50 0.13 0 0.59 195.85 0.34 0.31
Hex 34 5B 69 32 D 0 3B C4 22 1F
Octal 64 133 151 62 15 0 73 304 42 37
Binary 110100 1011011 1101001 110010 1101 0 111011 11000100 100010 11111

Color Harmonies of #345B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B69

Black with #345B69

Text Example


Text Example

White with #345B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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