Html Css Color HEX #345669 Blumine

📋 copy color: '#345669'

red 52 ◦ green 86 ◦ blue 105

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

Shades of Blumine #345669

Tints of Blumine #345669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.39%

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

R = 21.4%
G = 35.39%
B = 43.21%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#345669 (or 0x345669) is known color: Blumine. HEX triplet: 34, 56 and 69. RGB value is (52,86,105). Sum of RGB (Red+Green+Blue) = 52+86+105=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #345669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345669 is #CBA996. Grayscale: #4D4D4D. Windows color (decimal): -13347223 or 6903348. OLE color: 6903348.

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

Color convert

RGB 52 86 105 -
CMYK 0.50 0.18 0 0.59
HSL 201.51º 0.34% 0.31% -
HSV(B) 201.51º 0.5% 0.41% -
XYZ 7.29 8.41 14.6 -
YUV 78 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 52 86 105 0.50 0.18 0 0.59 201.51 0.34 0.31
Hex 34 56 69 32 12 0 3B CA 22 1F
Octal 64 126 151 62 22 0 73 312 42 37
Binary 110100 1010110 1101001 110010 10010 0 111011 11001010 100010 11111

Color Harmonies of #345669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345669

Black with #345669

Text Example


Text Example

White with #345669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345669; }

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

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

background-color css

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

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

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

border-color css

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

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

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