Html Css Color HEX #345569 Blumine

📋 copy color: '#345569'

red 52 ◦ green 85 ◦ blue 105

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

Shades of Blumine #345569

Tints of Blumine #345569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

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

R = 21.49%
G = 35.12%
B = 43.39%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#345569 (or 0x345569) is known color: Blumine. HEX triplet: 34, 55 and 69. RGB value is (52,85,105). Sum of RGB (Red+Green+Blue) = 52+85+105=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #345569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345569 is #CBAA96. Grayscale: #4D4D4D. Windows color (decimal): -13347479 or 6903092. OLE color: 6903092.

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

Color convert

RGB 52 85 105 -
CMYK 0.50 0.19 0 0.59
HSL 202.64º 0.34% 0.31% -
HSV(B) 202.64º 0.5% 0.41% -
XYZ 7.21 8.25 14.58 -
YUV 77.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 52 85 105 0.50 0.19 0 0.59 202.64 0.34 0.31
Hex 34 55 69 32 13 0 3B CB 22 1F
Octal 64 125 151 62 23 0 73 313 42 37
Binary 110100 1010101 1101001 110010 10011 0 111011 11001011 100010 11111

Color Harmonies of #345569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345569

Black with #345569

Text Example


Text Example

White with #345569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345569; }

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

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

background-color css

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

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

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

border-color css

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

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

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