Html Css Color HEX #346274 Blumine

📋 copy color: '#346274'

red 52 ◦ green 98 ◦ blue 116

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

Shades of Blumine #346274

Tints of Blumine #346274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 19.55%
G = 36.84%
B = 43.61%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346274 (or 0x346274) is known color: Blumine. HEX triplet: 34, 62 and 74. RGB value is (52,98,116). Sum of RGB (Red+Green+Blue) = 52+98+116=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #346274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346274 is #CB9D8B. Grayscale: #565656. Windows color (decimal): -13344140 or 7627316. OLE color: 7627316.

HSL color Cylindrical-coordinate representation of color #346274: hue angle of 196.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346274 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 98 116 -
CMYK 0.55 0.16 0 0.55
HSL 196.88º 0.38% 0.33% -
HSV(B) 196.88º 0.55% 0.45% -
XYZ 8.94 10.73 18.12 -
YUV 86.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 52 98 116 0.55 0.16 0 0.55 196.88 0.38 0.33
Hex 34 62 74 37 10 0 37 C5 26 21
Octal 64 142 164 67 20 0 67 305 46 41
Binary 110100 1100010 1110100 110111 10000 0 110111 11000101 100110 100001

Color Harmonies of #346274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346274

Black with #346274

Text Example


Text Example

White with #346274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346274; }

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

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

background-color css

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

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

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

border-color css

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

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

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