Html Css Color HEX #346978 Blumine

📋 copy color: '#346978'

red 52 ◦ green 105 ◦ blue 120

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

Shades of Blumine #346978

Tints of Blumine #346978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.91%

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

R = 18.77%
G = 37.91%
B = 43.32%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346978 (or 0x346978) is known color: Blumine. HEX triplet: 34, 69 and 78. RGB value is (52,105,120). Sum of RGB (Red+Green+Blue) = 52+105+120=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #346978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346978 is #CB9687. Grayscale: #5A5A5A. Windows color (decimal): -13342344 or 7891252. OLE color: 7891252.

HSL color Cylindrical-coordinate representation of color #346978: hue angle of 193.24º 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 #346978 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 105 120 -
CMYK 0.57 0.13 0 0.53
HSL 193.24º 0.4% 0.34% -
HSV(B) 193.24º 0.57% 0.47% -
XYZ 9.86 12.19 19.6 -
YUV 90.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 52 105 120 0.57 0.13 0 0.53 193.24 0.4 0.34
Hex 34 69 78 39 D 0 35 C1 28 22
Octal 64 151 170 71 15 0 65 301 50 42
Binary 110100 1101001 1111000 111001 1101 0 110101 11000001 101000 100010

Color Harmonies of #346978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346978

Black with #346978

Text Example


Text Example

White with #346978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346978; }

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

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

background-color css

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

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

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

border-color css

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

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

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