Html Css Color HEX #346578 Blumine

📋 copy color: '#346578'

red 52 ◦ green 101 ◦ blue 120

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

Shades of Blumine #346578

Tints of Blumine #346578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

 BLUE value IS 120 (47.27% from 255) = 43.96%

R = 19.05%
G = 37%
B = 43.96%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346578 (or 0x346578) is known color: Blumine. HEX triplet: 34, 65 and 78. RGB value is (52,101,120). Sum of RGB (Red+Green+Blue) = 52+101+120=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #346578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346578 is #CB9A87. Grayscale: #585858. Windows color (decimal): -13343368 or 7890228. OLE color: 7890228.

HSL color Cylindrical-coordinate representation of color #346578: hue angle of 196.76º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #346578 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 101 120 -
CMYK 0.57 0.16 0 0.53
HSL 196.76º 0.4% 0.34% -
HSV(B) 196.76º 0.57% 0.47% -
XYZ 9.46 11.39 19.47 -
YUV 88.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 52 101 120 0.57 0.16 0 0.53 196.76 0.4 0.34
Hex 34 65 78 39 10 0 35 C5 28 22
Octal 64 145 170 71 20 0 65 305 50 42
Binary 110100 1100101 1111000 111001 10000 0 110101 11000101 101000 100010

Color Harmonies of #346578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346578

Black with #346578

Text Example


Text Example

White with #346578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346578; }

 p { color: rgb(52,101,120); }

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

background-color css

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

 a { background-color: rgb(52,101,120); }

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

border-color css

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

 span { border-color: rgb(52,101,120); }

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