Html Css Color HEX #345A70 Blumine

📋 copy color: '#345A70'

red 52 ◦ green 90 ◦ blue 112

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

Shades of Blumine #345A70

Tints of Blumine #345A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.43%

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

R = 20.47%
G = 35.43%
B = 44.09%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#345A70 (or 0x345A70) is known color: Blumine. HEX triplet: 34, 5A and 70. RGB value is (52,90,112). Sum of RGB (Red+Green+Blue) = 52+90+112=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #345A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A70 is #CBA58F. Grayscale: #515151. Windows color (decimal): -13346192 or 7363124. OLE color: 7363124.

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

Color convert

RGB 52 90 112 -
CMYK 0.54 0.20 0 0.56
HSL 202º 0.37% 0.32% -
HSV(B) 202º 0.54% 0.44% -
XYZ 8 9.21 16.69 -
YUV 81.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 52 90 112 0.54 0.20 0 0.56 202 0.37 0.32
Hex 34 5A 70 36 14 0 38 CA 25 20
Octal 64 132 160 66 24 0 70 312 45 40
Binary 110100 1011010 1110000 110110 10100 0 111000 11001010 100101 100000

Color Harmonies of #345A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A70

Black with #345A70

Text Example


Text Example

White with #345A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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