Html Css Color HEX #346275 Blumine

📋 copy color: '#346275'

red 52 ◦ green 98 ◦ blue 117

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

Shades of Blumine #346275

Tints of Blumine #346275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 19.48%
G = 36.7%
B = 43.82%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#346275 (or 0x346275) is known color: Blumine. HEX triplet: 34, 62 and 75. RGB value is (52,98,117). Sum of RGB (Red+Green+Blue) = 52+98+117=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #346275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346275 is #CB9D8A. Grayscale: #565656. Windows color (decimal): -13344139 or 7692852. OLE color: 7692852.

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

Color convert

RGB 52 98 117 -
CMYK 0.56 0.16 0 0.54
HSL 197.54º 0.38% 0.33% -
HSV(B) 197.54º 0.56% 0.46% -
XYZ 8.99 10.75 18.43 -
YUV 86.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 52 98 117 0.56 0.16 0 0.54 197.54 0.38 0.33
Hex 34 62 75 38 10 0 36 C6 26 21
Octal 64 142 165 70 20 0 66 306 46 41
Binary 110100 1100010 1110101 111000 10000 0 110110 11000110 100110 100001

Color Harmonies of #346275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346275

Black with #346275

Text Example


Text Example

White with #346275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346275; }

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

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

background-color css

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

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

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

border-color css

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

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

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