Html Css Color HEX #346278 Blumine

📋 copy color: '#346278'

red 52 ◦ green 98 ◦ blue 120

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

Shades of Blumine #346278

Tints of Blumine #346278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.3%

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

R = 19.26%
G = 36.3%
B = 44.44%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346278 (or 0x346278) is known color: Blumine. HEX triplet: 34, 62 and 78. RGB value is (52,98,120). Sum of RGB (Red+Green+Blue) = 52+98+120=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #346278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346278 is #CB9D87. Grayscale: #565656. Windows color (decimal): -13344136 or 7889460. OLE color: 7889460.

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

Color convert

RGB 52 98 120 -
CMYK 0.57 0.18 0 0.53
HSL 199.41º 0.4% 0.34% -
HSV(B) 199.41º 0.57% 0.47% -
XYZ 9.17 10.82 19.37 -
YUV 86.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 52 98 120 0.57 0.18 0 0.53 199.41 0.4 0.34
Hex 34 62 78 39 12 0 35 C7 28 22
Octal 64 142 170 71 22 0 65 307 50 42
Binary 110100 1100010 1111000 111001 10010 0 110101 11000111 101000 100010

Color Harmonies of #346278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346278

Black with #346278

Text Example


Text Example

White with #346278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346278; }

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

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

background-color css

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

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

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

border-color css

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

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

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