Html Css Color HEX #346375 Blumine

📋 copy color: '#346375'

red 52 ◦ green 99 ◦ blue 117

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

Shades of Blumine #346375

Tints of Blumine #346375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

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

R = 19.4%
G = 36.94%
B = 43.66%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#346375 (or 0x346375) is known color: Blumine. HEX triplet: 34, 63 and 75. RGB value is (52,99,117). Sum of RGB (Red+Green+Blue) = 52+99+117=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #346375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346375 is #CB9C8A. Grayscale: #565656. Windows color (decimal): -13343883 or 7693108. OLE color: 7693108.

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

Color convert

RGB 52 99 117 -
CMYK 0.56 0.15 0 0.54
HSL 196.62º 0.38% 0.33% -
HSV(B) 196.62º 0.56% 0.46% -
XYZ 9.09 10.94 18.46 -
YUV 87 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 52 99 117 0.56 0.15 0 0.54 196.62 0.38 0.33
Hex 34 63 75 38 F 0 36 C5 26 21
Octal 64 143 165 70 17 0 66 305 46 41
Binary 110100 1100011 1110101 111000 1111 0 110110 11000101 100110 100001

Color Harmonies of #346375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346375

Black with #346375

Text Example


Text Example

White with #346375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346375; }

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

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

background-color css

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

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

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

border-color css

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

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

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