Html Css Color HEX #346276 Blumine

📋 copy color: '#346276'

red 52 ◦ green 98 ◦ blue 118

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

Shades of Blumine #346276

Tints of Blumine #346276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 19.4%
G = 36.57%
B = 44.03%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#346276 (or 0x346276) is known color: Blumine. HEX triplet: 34, 62 and 76. RGB value is (52,98,118). Sum of RGB (Red+Green+Blue) = 52+98+118=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #346276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346276 is #CB9D89. Grayscale: #565656. Windows color (decimal): -13344138 or 7758388. OLE color: 7758388.

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

Color convert

RGB 52 98 118 -
CMYK 0.56 0.17 0 0.54
HSL 198.18º 0.39% 0.33% -
HSV(B) 198.18º 0.56% 0.46% -
XYZ 9.05 10.77 18.74 -
YUV 86.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 52 98 118 0.56 0.17 0 0.54 198.18 0.39 0.33
Hex 34 62 76 38 11 0 36 C6 27 21
Octal 64 142 166 70 21 0 66 306 47 41
Binary 110100 1100010 1110110 111000 10001 0 110110 11000110 100111 100001

Color Harmonies of #346276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346276

Black with #346276

Text Example


Text Example

White with #346276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346276; }

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

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

background-color css

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

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

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

border-color css

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

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

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