Html Css Color HEX #346374 Blumine

📋 copy color: '#346374'

red 52 ◦ green 99 ◦ blue 116

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

Shades of Blumine #346374

Tints of Blumine #346374

RGB

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

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

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

R = 19.48%
G = 37.08%
B = 43.45%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346374 (or 0x346374) is known color: Blumine. HEX triplet: 34, 63 and 74. RGB value is (52,99,116). Sum of RGB (Red+Green+Blue) = 52+99+116=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #346374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346374 is #CB9C8B. Grayscale: #565656. Windows color (decimal): -13343884 or 7627572. OLE color: 7627572.

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

Color convert

RGB 52 99 116 -
CMYK 0.55 0.15 0 0.55
HSL 195.94º 0.38% 0.33% -
HSV(B) 195.94º 0.55% 0.45% -
XYZ 9.03 10.91 18.15 -
YUV 86.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 52 99 116 0.55 0.15 0 0.55 195.94 0.38 0.33
Hex 34 63 74 37 F 0 37 C4 26 21
Octal 64 143 164 67 17 0 67 304 46 41
Binary 110100 1100011 1110100 110111 1111 0 110111 11000100 100110 100001

Color Harmonies of #346374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346374

Black with #346374

Text Example


Text Example

White with #346374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346374; }

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

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

background-color css

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

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

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

border-color css

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

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

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