Html Css Color HEX #345F70 Blumine

📋 copy color: '#345F70'

red 52 ◦ green 95 ◦ blue 112

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

Shades of Blumine #345F70

Tints of Blumine #345F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.68%

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

R = 20.08%
G = 36.68%
B = 43.24%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345F70 (or 0x345F70) is known color: Blumine. HEX triplet: 34, 5F and 70. RGB value is (52,95,112). Sum of RGB (Red+Green+Blue) = 52+95+112=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #345F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F70 is #CBA08F. Grayscale: #535353. Windows color (decimal): -13344912 or 7364404. OLE color: 7364404.

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

Color convert

RGB 52 95 112 -
CMYK 0.54 0.15 0 0.56
HSL 197º 0.37% 0.32% -
HSV(B) 197º 0.54% 0.44% -
XYZ 8.43 10.08 16.83 -
YUV 84.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 52 95 112 0.54 0.15 0 0.56 197 0.37 0.32
Hex 34 5F 70 36 F 0 38 C5 25 20
Octal 64 137 160 66 17 0 70 305 45 40
Binary 110100 1011111 1110000 110110 1111 0 111000 11000101 100101 100000

Color Harmonies of #345F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F70

Black with #345F70

Text Example


Text Example

White with #345F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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