Html Css Color HEX #345D70 Blumine

📋 copy color: '#345D70'

red 52 ◦ green 93 ◦ blue 112

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

Shades of Blumine #345D70

Tints of Blumine #345D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.58%

R = 20.23%
G = 36.19%
B = 43.58%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345D70 (or 0x345D70) is known color: Blumine. HEX triplet: 34, 5D and 70. RGB value is (52,93,112). Sum of RGB (Red+Green+Blue) = 52+93+112=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #345D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D70 is #CBA28F. Grayscale: #525252. Windows color (decimal): -13345424 or 7363892. OLE color: 7363892.

HSL color Cylindrical-coordinate representation of color #345D70: hue angle of 199º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #345D70 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 93 112 -
CMYK 0.54 0.17 0 0.56
HSL 199º 0.37% 0.32% -
HSV(B) 199º 0.54% 0.44% -
XYZ 8.26 9.73 16.77 -
YUV 82.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 52 93 112 0.54 0.17 0 0.56 199 0.37 0.32
Hex 34 5D 70 36 11 0 38 C7 25 20
Octal 64 135 160 66 21 0 70 307 45 40
Binary 110100 1011101 1110000 110110 10001 0 111000 11000111 100101 100000

Color Harmonies of #345D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D70

Black with #345D70

Text Example


Text Example

White with #345D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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