Html Css Color HEX #346678 Blumine

📋 copy color: '#346678'

red 52 ◦ green 102 ◦ blue 120

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

Shades of Blumine #346678

Tints of Blumine #346678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.23%

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

R = 18.98%
G = 37.23%
B = 43.8%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346678 (or 0x346678) is known color: Blumine. HEX triplet: 34, 66 and 78. RGB value is (52,102,120). Sum of RGB (Red+Green+Blue) = 52+102+120=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #346678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346678 is #CB9987. Grayscale: #585858. Windows color (decimal): -13343112 or 7890484. OLE color: 7890484.

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

Color convert

RGB 52 102 120 -
CMYK 0.57 0.15 0 0.53
HSL 195.88º 0.4% 0.34% -
HSV(B) 195.88º 0.57% 0.47% -
XYZ 9.56 11.59 19.5 -
YUV 89.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 52 102 120 0.57 0.15 0 0.53 195.88 0.4 0.34
Hex 34 66 78 39 F 0 35 C4 28 22
Octal 64 146 170 71 17 0 65 304 50 42
Binary 110100 1100110 1111000 111001 1111 0 110101 11000100 101000 100010

Color Harmonies of #346678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346678

Black with #346678

Text Example


Text Example

White with #346678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346678; }

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

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

background-color css

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

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

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

border-color css

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

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

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