Html Css Color HEX #345D68 Blumine

📋 copy color: '#345D68'

red 52 ◦ green 93 ◦ blue 104

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

Shades of Blumine #345D68

Tints of Blumine #345D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

 BLUE value IS 104 (41.02% from 255) = 41.77%

R = 20.88%
G = 37.35%
B = 41.77%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#345D68 (or 0x345D68) is known color: Blumine. HEX triplet: 34, 5D and 68. RGB value is (52,93,104). Sum of RGB (Red+Green+Blue) = 52+93+104=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #345D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D68 is #CBA297. Grayscale: #515151. Windows color (decimal): -13345432 or 6839604. OLE color: 6839604.

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

Color convert

RGB 52 93 104 -
CMYK 0.50 0.11 0 0.59
HSL 192.69º 0.33% 0.31% -
HSV(B) 192.69º 0.5% 0.41% -
XYZ 7.83 9.56 14.53 -
YUV 82 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 52 93 104 0.50 0.11 0 0.59 192.69 0.33 0.31
Hex 34 5D 68 32 B 0 3B C1 21 1F
Octal 64 135 150 62 13 0 73 301 41 37
Binary 110100 1011101 1101000 110010 1011 0 111011 11000001 100001 11111

Color Harmonies of #345D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D68

Black with #345D68

Text Example


Text Example

White with #345D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,93,104); }

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

background-color css

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

 a { background-color: rgb(52,93,104); }

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

border-color css

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

 span { border-color: rgb(52,93,104); }

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