Html Css Color HEX #345A69 Blumine

📋 copy color: '#345A69'

red 52 ◦ green 90 ◦ blue 105

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

Shades of Blumine #345A69

Tints of Blumine #345A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.44%

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

R = 21.05%
G = 36.44%
B = 42.51%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#345A69 (or 0x345A69) is known color: Blumine. HEX triplet: 34, 5A and 69. RGB value is (52,90,105). Sum of RGB (Red+Green+Blue) = 52+90+105=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #345A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A69 is #CBA596. Grayscale: #505050. Windows color (decimal): -13346199 or 6904372. OLE color: 6904372.

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

Color convert

RGB 52 90 105 -
CMYK 0.50 0.14 0 0.59
HSL 196.98º 0.34% 0.31% -
HSV(B) 196.98º 0.5% 0.41% -
XYZ 7.62 9.06 14.71 -
YUV 80.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 52 90 105 0.50 0.14 0 0.59 196.98 0.34 0.31
Hex 34 5A 69 32 E 0 3B C5 22 1F
Octal 64 132 151 62 16 0 73 305 42 37
Binary 110100 1011010 1101001 110010 1110 0 111011 11000101 100010 11111

Color Harmonies of #345A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A69

Black with #345A69

Text Example


Text Example

White with #345A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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