Html Css Color HEX #345E70 Blumine

📋 copy color: '#345E70'

red 52 ◦ green 94 ◦ blue 112

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

Shades of Blumine #345E70

Tints of Blumine #345E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.43%

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

R = 20.16%
G = 36.43%
B = 43.41%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345E70 (or 0x345E70) is known color: Blumine. HEX triplet: 34, 5E and 70. RGB value is (52,94,112). Sum of RGB (Red+Green+Blue) = 52+94+112=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #345E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E70 is #CBA18F. Grayscale: #535353. Windows color (decimal): -13345168 or 7364148. OLE color: 7364148.

HSL color Cylindrical-coordinate representation of color #345E70: hue angle of 198º 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 #345E70 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 94 112 -
CMYK 0.54 0.16 0 0.56
HSL 198º 0.37% 0.32% -
HSV(B) 198º 0.54% 0.44% -
XYZ 8.34 9.91 16.8 -
YUV 83.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 52 94 112 0.54 0.16 0 0.56 198 0.37 0.32
Hex 34 5E 70 36 10 0 38 C6 25 20
Octal 64 136 160 66 20 0 70 306 45 40
Binary 110100 1011110 1110000 110110 10000 0 111000 11000110 100101 100000

Color Harmonies of #345E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E70

Black with #345E70

Text Example


Text Example

White with #345E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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